#027C00

Color #027C00 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #027C00

Tints of Green #027C00

Color information

#027C00 (or 0x027C00) is unknown color: approx Green. HEX triplet: 02, 7C and 00. RGB value is (2,124,0). Sum of RGB (Red+Green+Blue) = 2+124+0=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 124 (48.83% from 255 or 98.41% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 124 - color contains mainly: green. Hex color #027C00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027C00 is #FD83FF. Grayscale: #494949. Windows color (decimal): -16614400 or 31746. OLE color: 31746.

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

Color convert

RGB21240-
CMYK0.98010.51
HSL119.03º100%24.31%-
HSV(B)119.03º100%48.63%-
XYZ7.2314.432.4-
YUV73.3986.5877.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 124 (48.83% from 255) = 98.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.59%
G=98.41%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal212400.98010.51119.0310024.31
Hex27C06206433776418
Octal2174014201446316714430
Binary10111110001100010011001001100111110111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #027C00;
 }
 .AnyTagClassName
 {
   color: #027C00;
 }
</style>
background-color css

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

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

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

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

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

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