Html Css Color HEX #027006 Green

📋 copy color: '#027006'

red 2 ◦ green 112 ◦ blue 6

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

Shades of Green #027006

Tints of Green #027006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 93.33%

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

R = 1.67%
G = 93.33%
B = 5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#027006 (or 0x027006) is known color: Green. HEX triplet: 02, 70 and 06. RGB value is (2,112,6). Sum of RGB (Red+Green+Blue) = 2+112+6=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 112 (44.14% from 255 or 93.33% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 112 - color contains mainly: green. Hex color #027006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027006 is #FD8FF9. Grayscale: #434343. Windows color (decimal): -16617466 or 421890. OLE color: 421890.

HSL color Cylindrical-coordinate representation of color #027006: hue angle of 122.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027006 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 112 6 -
CMYK 0.98 0 0.95 0.56
HSL 122.18º 0.96% 0.22% -
HSV(B) 122.18º 0.98% 0.44% -
XYZ 5.85 11.61 2.11 -
YUV 67.03 93.56 81.62 -
System Red Green Blue C M Y K H S L
Decimal 2 112 6 0.98 0 0.95 0.56 122.18 0.96 0.22
Hex 2 70 6 62 0 5F 38 7A 60 16
Octal 2 160 6 142 0 137 70 172 140 26
Binary 10 1110000 110 1100010 0 1011111 111000 1111010 1100000 10110

Color Harmonies of #027006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027006

Black with #027006

Text Example


Text Example

White with #027006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027006; }

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

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

background-color css

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

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

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

border-color css

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

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

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