Html Css Color HEX #027C06 Green

📋 copy color: '#027C06'

red 2 ◦ green 124 ◦ blue 6

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

Shades of Green #027C06

Tints of Green #027C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 93.94%

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

R = 1.52%
G = 93.94%
B = 4.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#027C06 (or 0x027C06) is known color: Green. HEX triplet: 02, 7C and 06. RGB value is (2,124,6). Sum of RGB (Red+Green+Blue) = 2+124+6=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 124 (48.83% from 255 or 93.94% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 124 - color contains mainly: green. Hex color #027C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027C06 is #FD83F9. Grayscale: #4A4A4A. Windows color (decimal): -16614394 or 424962. OLE color: 424962.

HSL color Cylindrical-coordinate representation of color #027C06: hue angle of 121.97º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C06 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 124 6 -
CMYK 0.98 0 0.95 0.51
HSL 121.97º 0.97% 0.25% -
HSV(B) 121.97º 0.98% 0.49% -
XYZ 7.27 14.44 2.58 -
YUV 74.07 89.58 76.59 -
System Red Green Blue C M Y K H S L
Decimal 2 124 6 0.98 0 0.95 0.51 121.97 0.97 0.25
Hex 2 7C 6 62 0 5F 33 7A 61 19
Octal 2 174 6 142 0 137 63 172 141 31
Binary 10 1111100 110 1100010 0 1011111 110011 1111010 1100001 11001

Color Harmonies of #027C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C06

Black with #027C06

Text Example


Text Example

White with #027C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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