#02730F

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

Shades of Green #02730F

Tints of Green #02730F

Color information

#02730F (or 0x02730F) is unknown color: approx Green. HEX triplet: 02, 73 and 0F. RGB value is (2,115,15). Sum of RGB (Red+Green+Blue) = 2+115+15=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 115 (45.31% from 255 or 87.12% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 115 - color contains mainly: green. Hex color #02730F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02730F is #FD8CF0. Grayscale: #464646. Windows color (decimal): -16616689 or 1012482. OLE color: 1012482.

HSL color Cylindrical-coordinate representation of color #02730F: hue angle of 126.9º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02730F is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB211515-
CMYK0.9800.870.55
HSL126.9º96.58%22.94%-
HSV(B)126.9º98.26%45.1%-
XYZ6.2412.312.5-
YUV69.8197.0679.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 115 (45.31% from 255) = 87.12%
BLUE value IS 15 (6.25% from 255) = 11.36%
R=1.52%
G=87.12%
B=11.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2115150.9800.870.55126.996.5822.94
Hex273F62057377f6117
Octal21631714201276717714127
Binary10111001111111100010010101111101111111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02730F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02730F; }

 p { color: rgb(2,115,15); }

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

<style>
 a { background-color: #02730F; }

 a { background-color: rgb(2,115,15); }

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

<style>
 span { border-color: #02730F; }

 span { border-color: rgb(2,115,15); }

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