Html Css Color HEX #026412 Green

📋 copy color: '#026412'

red 2 ◦ green 100 ◦ blue 18

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

Shades of Green #026412

Tints of Green #026412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 83.33%

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

R = 1.67%
G = 83.33%
B = 15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#026412 (or 0x026412) is known color: Green. HEX triplet: 02, 64 and 12. RGB value is (2,100,18). Sum of RGB (Red+Green+Blue) = 2+100+18=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 100 (39.45% from 255 or 83.33% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 100 - color contains mainly: green. Hex color #026412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026412 is #FD9BED. Grayscale: #3D3D3D. Windows color (decimal): -16620526 or 1205250. OLE color: 1205250.

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

Color convert

RGB 2 100 18 -
CMYK 0.98 0 0.82 0.61
HSL 129.8º 0.96% 0.2% -
HSV(B) 129.8º 0.98% 0.39% -
XYZ 4.69 9.17 2.1 -
YUV 61.35 103.53 85.67 -
System Red Green Blue C M Y K H S L
Decimal 2 100 18 0.98 0 0.82 0.61 129.8 0.96 0.2
Hex 2 64 12 62 0 52 3D 82 60 14
Octal 2 144 22 142 0 122 75 202 140 24
Binary 10 1100100 10010 1100010 0 1010010 111101 10000010 1100000 10100

Color Harmonies of #026412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026412

Black with #026412

Text Example


Text Example

White with #026412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026412; }

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

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

background-color css

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

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

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

border-color css

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

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

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