Html Css Color HEX #027C11 Green

📋 copy color: '#027C11'

red 2 ◦ green 124 ◦ blue 17

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

Shades of Green #027C11

Tints of Green #027C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.89%

R = 1.4%
G = 86.71%
B = 11.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#027C11 (or 0x027C11) is known color: Green. HEX triplet: 02, 7C and 11. RGB value is (2,124,17). Sum of RGB (Red+Green+Blue) = 2+124+17=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 124 (48.83% from 255 or 86.71% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 124 - color contains mainly: green. Hex color #027C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027C11 is #FD83EE. Grayscale: #4B4B4B. Windows color (decimal): -16614383 or 1145858. OLE color: 1145858.

HSL color Cylindrical-coordinate representation of color #027C11: hue angle of 127.38º 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 #027C11 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 124 17 -
CMYK 0.98 0 0.86 0.51
HSL 127.38º 0.97% 0.25% -
HSV(B) 127.38º 0.98% 0.49% -
XYZ 7.33 14.47 2.94 -
YUV 75.32 95.08 75.7 -
System Red Green Blue C M Y K H S L
Decimal 2 124 17 0.98 0 0.86 0.51 127.38 0.97 0.25
Hex 2 7C 11 62 0 56 33 7F 61 19
Octal 2 174 21 142 0 126 63 177 141 31
Binary 10 1111100 10001 1100010 0 1010110 110011 1111111 1100001 11001

Color Harmonies of #027C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C11

Black with #027C11

Text Example


Text Example

White with #027C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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