Html Css Color HEX #027C16 Green

📋 copy color: '#027C16'

red 2 ◦ green 124 ◦ blue 22

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

Shades of Green #027C16

Tints of Green #027C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 1.35%
G = 83.78%
B = 14.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#027C16 (or 0x027C16) is known color: Green. HEX triplet: 02, 7C and 16. RGB value is (2,124,22). Sum of RGB (Red+Green+Blue) = 2+124+22=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 124 (48.83% from 255 or 83.78% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 124 - color contains mainly: green. Hex color #027C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027C16 is #FD83E9. Grayscale: #4C4C4C. Windows color (decimal): -16614378 or 1473538. OLE color: 1473538.

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

Color convert

RGB 2 124 22 -
CMYK 0.98 0 0.82 0.51
HSL 129.84º 0.97% 0.25% -
HSV(B) 129.84º 0.98% 0.49% -
XYZ 7.38 14.49 3.17 -
YUV 75.89 97.58 75.29 -
System Red Green Blue C M Y K H S L
Decimal 2 124 22 0.98 0 0.82 0.51 129.84 0.97 0.25
Hex 2 7C 16 62 0 52 33 82 61 19
Octal 2 174 26 142 0 122 63 202 141 31
Binary 10 1111100 10110 1100010 0 1010010 110011 10000010 1100001 11001

Color Harmonies of #027C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C16

Black with #027C16

Text Example


Text Example

White with #027C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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