Html Css Color HEX #026A18 Green

📋 copy color: '#026A18'

red 2 ◦ green 106 ◦ blue 24

#026A18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #026A18

Tints of Green #026A18

RGB

 RED value IS 2 (1.17% from 255) = 1.52%

 GREEN value IS 106 (41.8% from 255) = 80.3%

 BLUE value IS 24 (9.77% from 255) = 18.18%

R = 1.52%
G = 80.3%
B = 18.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#026A18 (or 0x026A18) is known color: Green. HEX triplet: 02, 6A and 18. RGB value is (2,106,24). Sum of RGB (Red+Green+Blue) = 2+106+24=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 106 (41.80% from 255 or 80.30% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 106 - color contains mainly: green. Hex color #026A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026A18 is #FD95E7. Grayscale: #414141. Windows color (decimal): -16618984 or 1600002. OLE color: 1600002.

HSL color Cylindrical-coordinate representation of color #026A18: hue angle of 132.69º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A18 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 106 24 -
CMYK 0.98 0 0.77 0.58
HSL 132.69º 0.96% 0.21% -
HSV(B) 132.69º 0.98% 0.42% -
XYZ 5.34 10.39 2.59 -
YUV 65.56 104.54 82.67 -
System Red Green Blue C M Y K H S L
Decimal 2 106 24 0.98 0 0.77 0.58 132.69 0.96 0.21
Hex 2 6A 18 62 0 4D 3A 85 60 15
Octal 2 152 30 142 0 115 72 205 140 25
Binary 10 1101010 11000 1100010 0 1001101 111010 10000101 1100000 10101

Color Harmonies of #026A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026A18

Black with #026A18

Text Example


Text Example

White with #026A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026A18; }

 p { color: rgb(2,106,24); }

 H1.HeaderClassName
 {
   color: #026A18;
 }
 .AnyTagClassName
 {
   color: #026A18;
 }
</style>

background-color css

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

 a { background-color: rgb(2,106,24); }

 div.DivClassName
 {
   background-color: #026A18;
 }
 .BgClassName
 {
   background-color: #026A18;
 }
</style>

border-color css

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

 span { border-color: rgb(2,106,24); }

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