#026211

Color #026211 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #026211

Tints of Green #026211

Color information

#026211 (or 0x026211) is unknown color: approx Green. HEX triplet: 02, 62 and 11. RGB value is (2,98,17). Sum of RGB (Red+Green+Blue) = 2+98+17=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 98 (38.67% from 255 or 83.76% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 98 - color contains mainly: green. Hex color #026211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026211 is #FD9DEE. Grayscale: #3C3C3C. Windows color (decimal): -16621039 or 1139202. OLE color: 1139202.

HSL color Cylindrical-coordinate representation of color #026211: hue angle of 129.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026211 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB29817-
CMYK0.9800.830.62
HSL129.38º96%19.61%-
HSV(B)129.38º97.96%38.43%-
XYZ4.498.791.99-
YUV60.06103.786.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 98 (38.67% from 255) = 83.76%
BLUE value IS 17 (7.03% from 255) = 14.53%
R=1.71%
G=83.76%
B=14.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298170.9800.830.62129.389619.61
Hex26211620533E816014
Octal21422114201237620114024
Binary1011000101000111000100101001111111010000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026211; }

 p { color: rgb(2,98,17); }

 H1.HeaderClassName
 {
   color: #026211;
 }
 .AnyTagClassName
 {
   color: #026211;
 }
</style>
background-color css

<style>
 a { background-color: #026211; }

 a { background-color: rgb(2,98,17); }

 div.DivClassName
 {
   background-color: #026211;
 }
 .BgClassName
 {
   background-color: #026211;
 }
</style>
border-color css

<style>
 span { border-color: #026211; }

 span { border-color: rgb(2,98,17); }

 td.TdClassName
 {
   border-color: #026211;
 }
 .TagClassName
 {
   border-color: #026211;
 }
</style>