Html Css Color HEX #02752F Fun Green

📋 copy color: '#02752F'

red 2 ◦ green 117 ◦ blue 47

#02752F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #02752F

Tints of Fun Green #02752F

RGB

 RED value IS 2 (1.17% from 255) = 1.2%

 GREEN value IS 117 (46.09% from 255) = 70.48%

 BLUE value IS 47 (18.75% from 255) = 28.31%

R = 1.2%
G = 70.48%
B = 28.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#02752F (or 0x02752F) is known color: Fun Green. HEX triplet: 02, 75 and 2F. RGB value is (2,117,47). Sum of RGB (Red+Green+Blue) = 2+117+47=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #02752F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02752F is #FD8AD0. Grayscale: #4A4A4A. Windows color (decimal): -16616145 or 3110146. OLE color: 3110146.

HSL color Cylindrical-coordinate representation of color #02752F: hue angle of 143.48º 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 #02752F is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 47 -
CMYK 0.98 0 0.60 0.54
HSL 143.48º 0.97% 0.23% -
HSV(B) 143.48º 0.98% 0.46% -
XYZ 6.9 12.94 4.82 -
YUV 74.64 112.4 76.19 -
System Red Green Blue C M Y K H S L
Decimal 2 117 47 0.98 0 0.60 0.54 143.48 0.97 0.23
Hex 2 75 2F 62 0 3C 36 8F 61 17
Octal 2 165 57 142 0 74 66 217 141 27
Binary 10 1110101 101111 1100010 0 111100 110110 10001111 1100001 10111

Color Harmonies of #02752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02752F

Black with #02752F

Text Example


Text Example

White with #02752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02752F;
 }
 .AnyTagClassName
 {
   color: #02752F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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