#026208

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

Shades of Green #026208

Tints of Green #026208

Color information

#026208 (or 0x026208) is unknown color: approx Green. HEX triplet: 02, 62 and 08. RGB value is (2,98,8). Sum of RGB (Red+Green+Blue) = 2+98+8=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 98 (38.67% from 255 or 90.74% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 98 - color contains mainly: green. Hex color #026208 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026208 is #FD9DF7. Grayscale: #3B3B3B. Windows color (decimal): -16621048 or 549378. OLE color: 549378.

HSL color Cylindrical-coordinate representation of color #026208: hue angle of 123.75º 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 #026208 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB2988-
CMYK0.9800.920.62
HSL123.75º96%19.61%-
HSV(B)123.75º97.96%38.43%-
XYZ4.448.771.69-
YUV59.0499.287.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 98 (38.67% from 255) = 90.74%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=1.85%
G=90.74%
B=7.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal29880.9800.920.62123.759619.61
Hex26286205C3E7c6014
Octal21421014201347617414024
Binary10110001010001100010010111001111101111100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026208; }

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

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

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

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

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

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

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

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