#027B05

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

Shades of Green #027B05

Tints of Green #027B05

Color information

#027B05 (or 0x027B05) is unknown color: approx Green. HEX triplet: 02, 7B and 05. RGB value is (2,123,5). Sum of RGB (Red+Green+Blue) = 2+123+5=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 123 (48.44% from 255 or 94.62% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 123 - color contains mainly: green. Hex color #027B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027B05 is #FD84FA. Grayscale: #494949. Windows color (decimal): -16614651 or 359170. OLE color: 359170.

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

Color convert

RGB21235-
CMYK0.9800.960.52
HSL121.49º96.8%24.51%-
HSV(B)121.49º98.37%48.24%-
XYZ7.1414.192.51-
YUV73.3789.4177.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 123 (48.44% from 255) = 94.62%
BLUE value IS 5 (2.34% from 255) = 3.85%
R=1.54%
G=94.62%
B=3.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal212350.9800.960.52121.4996.824.51
Hex27B56206034796119
Octal2173514201406417114131
Binary1011110111011100010011000001101001111001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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