#027B1C

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

Shades of Green #027B1C

Tints of Green #027B1C

Color information

#027B1C (or 0x027B1C) is unknown color: approx Green. HEX triplet: 02, 7B and 1C. RGB value is (2,123,28). Sum of RGB (Red+Green+Blue) = 2+123+28=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 123 (48.44% from 255 or 80.39% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 123 - color contains mainly: green. Hex color #027B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027B1C is #FD84E3. Grayscale: #4C4C4C. Windows color (decimal): -16614628 or 1866498. OLE color: 1866498.

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

Color convert

RGB212328-
CMYK0.9800.770.52
HSL132.89º96.8%24.51%-
HSV(B)132.89º98.37%48.24%-
XYZ7.3214.263.47-
YUV75.99100.9175.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 123 (48.44% from 255) = 80.39%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=1.31%
G=80.39%
B=18.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2123280.9800.770.52132.8996.824.51
Hex27B1C6204D34856119
Octal21733414201156420514131
Binary1011110111110011000100100110111010010000101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,123,28); }

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

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

 a { background-color: rgb(2,123,28); }

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

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

 span { border-color: rgb(2,123,28); }

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