Html Css Color HEX #01752F Fun Green

📋 copy color: '#01752F'

red 1 ◦ green 117 ◦ blue 47

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

Shades of Fun Green #01752F

Tints of Fun Green #01752F

RGB

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

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

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

R = 0.61%
G = 70.91%
B = 28.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#01752F (or 0x01752F) is known color: Fun Green. HEX triplet: 01, 75 and 2F. RGB value is (1,117,47). Sum of RGB (Red+Green+Blue) = 1+117+47=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 117 (46.09% from 255 or 70.91% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 117 - color contains mainly: green. Hex color #01752F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01752F is #FE8AD0. Grayscale: #4A4A4A. Windows color (decimal): -16681681 or 3110145. OLE color: 3110145.

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

Color convert

RGB 1 117 47 -
CMYK 0.99 0 0.60 0.54
HSL 143.79º 0.98% 0.23% -
HSV(B) 143.79º 0.99% 0.46% -
XYZ 6.89 12.93 4.82 -
YUV 74.34 112.57 75.69 -
System Red Green Blue C M Y K H S L
Decimal 1 117 47 0.99 0 0.60 0.54 143.79 0.98 0.23
Hex 1 75 2F 63 0 3C 36 90 62 17
Octal 1 165 57 143 0 74 66 220 142 27
Binary 1 1110101 101111 1100011 0 111100 110110 10010000 1100010 10111

Color Harmonies of #01752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01752F

Black with #01752F

Text Example


Text Example

White with #01752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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