#02752D

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

Shades of Fun Green #02752D

Tints of Fun Green #02752D

Color information

#02752D (or 0x02752D) is unknown color: approx Fun Green. HEX triplet: 02, 75 and 2D. RGB value is (2,117,45). Sum of RGB (Red+Green+Blue) = 2+117+45=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 117 (46.09% from 255 or 71.34% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 117 - color contains mainly: green. Hex color #02752D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02752D is #FD8AD2. Grayscale: #4A4A4A. Windows color (decimal): -16616147 or 2979074. OLE color: 2979074.

HSL color Cylindrical-coordinate representation of color #02752D: hue angle of 142.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02752D is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB211745-
CMYK0.9800.620.54
HSL142.43º96.64%23.33%-
HSV(B)142.43º98.29%45.88%-
XYZ6.8612.924.62-
YUV74.41111.476.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 117 (46.09% from 255) = 71.34%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=1.22%
G=71.34%
B=27.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117450.9800.620.54142.4396.6423.33
Hex2752D6203E368e6117
Octal2165551420766621614127
Binary1011101011011011100010011111011011010001110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02752D; }

 p { color: rgb(2,117,45); }

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

<style>
 a { background-color: #02752D; }

 a { background-color: rgb(2,117,45); }

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

<style>
 span { border-color: #02752D; }

 span { border-color: rgb(2,117,45); }

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