#027C1D

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

Shades of Green #027C1D

Tints of Green #027C1D

Color information

#027C1D (or 0x027C1D) is unknown color: approx Green. HEX triplet: 02, 7C and 1D. RGB value is (2,124,29). Sum of RGB (Red+Green+Blue) = 2+124+29=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 124 (48.83% from 255 or 80% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 124 - color contains mainly: green. Hex color #027C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027C1D is #FD83E2. Grayscale: #4C4C4C. Windows color (decimal): -16614371 or 1932290. OLE color: 1932290.

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

Color convert

RGB212429-
CMYK0.9800.770.51
HSL133.28º96.83%24.71%-
HSV(B)133.28º98.39%48.63%-
XYZ7.4514.523.57-
YUV76.69101.0874.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 124 (48.83% from 255) = 80%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=1.29%
G=80%
B=18.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124290.9800.770.51133.2896.8324.71
Hex27C1D6204D33856119
Octal21743514201156320514131
Binary1011111001110111000100100110111001110000101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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