Html Css Color HEX #027206 Green

📋 copy color: '#027206'

red 2 ◦ green 114 ◦ blue 6

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

Shades of Green #027206

Tints of Green #027206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 93.44%

 BLUE value IS 6 (2.73% from 255) = 4.92%

R = 1.64%
G = 93.44%
B = 4.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#027206 (or 0x027206) is known color: Green. HEX triplet: 02, 72 and 06. RGB value is (2,114,6). Sum of RGB (Red+Green+Blue) = 2+114+6=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 114 (44.92% from 255 or 93.44% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 114 - color contains mainly: green. Hex color #027206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027206 is #FD8DF9. Grayscale: #444444. Windows color (decimal): -16616954 or 422402. OLE color: 422402.

HSL color Cylindrical-coordinate representation of color #027206: hue angle of 122.14º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027206 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 114 6 -
CMYK 0.98 0 0.95 0.55
HSL 122.14º 0.97% 0.23% -
HSV(B) 122.14º 0.98% 0.45% -
XYZ 6.08 12.06 2.18 -
YUV 68.2 92.89 80.78 -
System Red Green Blue C M Y K H S L
Decimal 2 114 6 0.98 0 0.95 0.55 122.14 0.97 0.23
Hex 2 72 6 62 0 5F 37 7A 61 17
Octal 2 162 6 142 0 137 67 172 141 27
Binary 10 1110010 110 1100010 0 1011111 110111 1111010 1100001 10111

Color Harmonies of #027206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027206

Black with #027206

Text Example


Text Example

White with #027206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027206; }

 p { color: rgb(2,114,6); }

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

background-color css

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

 a { background-color: rgb(2,114,6); }

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

border-color css

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

 span { border-color: rgb(2,114,6); }

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