Html Css Color HEX #026712 Green

📋 copy color: '#026712'

red 2 ◦ green 103 ◦ blue 18

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

Shades of Green #026712

Tints of Green #026712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 83.74%

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

R = 1.63%
G = 83.74%
B = 14.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#026712 (or 0x026712) is known color: Green. HEX triplet: 02, 67 and 12. RGB value is (2,103,18). Sum of RGB (Red+Green+Blue) = 2+103+18=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 103 (40.62% from 255 or 83.74% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 103 - color contains mainly: green. Hex color #026712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026712 is #FD98ED. Grayscale: #3F3F3F. Windows color (decimal): -16619758 or 1206018. OLE color: 1206018.

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

Color convert

RGB 2 103 18 -
CMYK 0.98 0 0.83 0.60
HSL 129.5º 0.96% 0.21% -
HSV(B) 129.5º 0.98% 0.4% -
XYZ 4.98 9.76 2.19 -
YUV 63.11 102.54 84.41 -
System Red Green Blue C M Y K H S L
Decimal 2 103 18 0.98 0 0.83 0.60 129.5 0.96 0.21
Hex 2 67 12 62 0 53 3C 82 60 15
Octal 2 147 22 142 0 123 74 202 140 25
Binary 10 1100111 10010 1100010 0 1010011 111100 10000010 1100000 10101

Color Harmonies of #026712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026712

Black with #026712

Text Example


Text Example

White with #026712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026712; }

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

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

background-color css

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

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

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

border-color css

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

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

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