Html Css Color HEX #00752F Fun Green

📋 copy color: '#00752F'

red 0 ◦ green 117 ◦ blue 47

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

Shades of Fun Green #00752F

Tints of Fun Green #00752F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 71.34%
B = 28.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#00752F (or 0x00752F) is known color: Fun Green. HEX triplet: 00, 75 and 2F. RGB value is (0,117,47). Sum of RGB (Red+Green+Blue) = 0+117+47=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 117 (46.09% from 255 or 71.34% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 117 - color contains mainly: green. Hex color #00752F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00752F is #FF8AD0. Grayscale: #4A4A4A. Windows color (decimal): -16747217 or 3110144. OLE color: 3110144.

HSL color Cylindrical-coordinate representation of color #00752F: hue angle of 144.1º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00752F is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 47 -
CMYK 1 0 0.60 0.54
HSL 144.1º 1% 0.23% -
HSV(B) 144.1º 1% 0.46% -
XYZ 6.87 12.93 4.82 -
YUV 74.04 112.74 75.19 -
System Red Green Blue C M Y K H S L
Decimal 0 117 47 1 0 0.60 0.54 144.1 1 0.23
Hex 0 75 2F 64 0 3C 36 90 64 17
Octal 0 165 57 144 0 74 66 220 144 27
Binary 0 1110101 101111 1100100 0 111100 110110 10010000 1100100 10111

Color Harmonies of #00752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00752F

Black with #00752F

Text Example


Text Example

White with #00752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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