Html Css Color HEX #01752D Fun Green

📋 copy color: '#01752D'

red 1 ◦ green 117 ◦ blue 45

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

Shades of Fun Green #01752D

Tints of Fun Green #01752D

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

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

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

R = 0.61%
G = 71.78%
B = 27.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#01752D (or 0x01752D) is known color: Fun Green. HEX triplet: 01, 75 and 2D. RGB value is (1,117,45). Sum of RGB (Red+Green+Blue) = 1+117+45=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 117 (46.09% from 255 or 71.78% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 117 - color contains mainly: green. Hex color #01752D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01752D is #FE8AD2. Grayscale: #4A4A4A. Windows color (decimal): -16681683 or 2979073. OLE color: 2979073.

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

Color convert

RGB 1 117 45 -
CMYK 0.99 0 0.62 0.54
HSL 142.76º 0.98% 0.23% -
HSV(B) 142.76º 0.99% 0.46% -
XYZ 6.85 12.92 4.62 -
YUV 74.11 111.57 75.85 -
System Red Green Blue C M Y K H S L
Decimal 1 117 45 0.99 0 0.62 0.54 142.76 0.98 0.23
Hex 1 75 2D 63 0 3E 36 8F 62 17
Octal 1 165 55 143 0 76 66 217 142 27
Binary 1 1110101 101101 1100011 0 111110 110110 10001111 1100010 10111

Color Harmonies of #01752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01752D

Black with #01752D

Text Example


Text Example

White with #01752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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