Html Css Color HEX #00752D Fun Green

📋 copy color: '#00752D'

red 0 ◦ green 117 ◦ blue 45

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

Shades of Fun Green #00752D

Tints of Fun Green #00752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.78%

R = 0%
G = 72.22%
B = 27.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#00752D (or 0x00752D) is known color: Fun Green. HEX triplet: 00, 75 and 2D. RGB value is (0,117,45). Sum of RGB (Red+Green+Blue) = 0+117+45=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #00752D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00752D is #FF8AD2. Grayscale: #494949. Windows color (decimal): -16747219 or 2979072. OLE color: 2979072.

HSL color Cylindrical-coordinate representation of color #00752D: hue angle of 143.08º 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 #00752D is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 45 -
CMYK 1 0 0.62 0.54
HSL 143.08º 1% 0.23% -
HSV(B) 143.08º 1% 0.46% -
XYZ 6.83 12.91 4.61 -
YUV 73.81 111.74 75.35 -
System Red Green Blue C M Y K H S L
Decimal 0 117 45 1 0 0.62 0.54 143.08 1 0.23
Hex 0 75 2D 64 0 3E 36 8F 64 17
Octal 0 165 55 144 0 76 66 217 144 27
Binary 0 1110101 101101 1100100 0 111110 110110 10001111 1100100 10111

Color Harmonies of #00752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00752D

Black with #00752D

Text Example


Text Example

White with #00752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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