Html Css Color HEX #026612 Green

📋 copy color: '#026612'

red 2 ◦ green 102 ◦ blue 18

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

Shades of Green #026612

Tints of Green #026612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 83.61%

 BLUE value IS 18 (7.42% from 255) = 14.75%

R = 1.64%
G = 83.61%
B = 14.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#026612 (or 0x026612) is known color: Green. HEX triplet: 02, 66 and 12. RGB value is (2,102,18). Sum of RGB (Red+Green+Blue) = 2+102+18=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 102 (40.23% from 255 or 83.61% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 102 - color contains mainly: green. Hex color #026612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026612 is #FD99ED. Grayscale: #3E3E3E. Windows color (decimal): -16620014 or 1205762. OLE color: 1205762.

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

Color convert

RGB 2 102 18 -
CMYK 0.98 0 0.82 0.6
HSL 129.6º 0.96% 0.2% -
HSV(B) 129.6º 0.98% 0.4% -
XYZ 4.89 9.56 2.16 -
YUV 62.52 102.87 84.83 -
System Red Green Blue C M Y K H S L
Decimal 2 102 18 0.98 0 0.82 0.6 129.6 0.96 0.2
Hex 2 66 12 62 0 52 3C 82 60 14
Octal 2 146 22 142 0 122 74 202 140 24
Binary 10 1100110 10010 1100010 0 1010010 111100 10000010 1100000 10100

Color Harmonies of #026612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026612

Black with #026612

Text Example


Text Example

White with #026612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026612; }

 p { color: rgb(2,102,18); }

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

background-color css

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

 a { background-color: rgb(2,102,18); }

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

border-color css

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

 span { border-color: rgb(2,102,18); }

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