Html Css Color HEX #017132 Fun Green

📋 copy color: '#017132'

red 1 ◦ green 113 ◦ blue 50

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

Shades of Fun Green #017132

Tints of Fun Green #017132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 68.9%

 BLUE value IS 50 (19.92% from 255) = 30.49%

R = 0.61%
G = 68.9%
B = 30.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#017132 (or 0x017132) is known color: Fun Green. HEX triplet: 01, 71 and 32. RGB value is (1,113,50). Sum of RGB (Red+Green+Blue) = 1+113+50=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 113 (44.53% from 255 or 68.90% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 113 - color contains mainly: green. Hex color #017132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017132 is #FE8ECD. Grayscale: #484848. Windows color (decimal): -16682702 or 3305729. OLE color: 3305729.

HSL color Cylindrical-coordinate representation of color #017132: hue angle of 146.25º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017132 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 113 50 -
CMYK 0.99 0 0.56 0.56
HSL 146.25º 0.98% 0.22% -
HSV(B) 146.25º 0.99% 0.44% -
XYZ 6.49 12.05 5 -
YUV 72.33 115.39 77.12 -
System Red Green Blue C M Y K H S L
Decimal 1 113 50 0.99 0 0.56 0.56 146.25 0.98 0.22
Hex 1 71 32 63 0 38 38 92 62 16
Octal 1 161 62 143 0 70 70 222 142 26
Binary 1 1110001 110010 1100011 0 111000 111000 10010010 1100010 10110

Color Harmonies of #017132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017132

Black with #017132

Text Example


Text Example

White with #017132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017132; }

 p { color: rgb(1,113,50); }

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

background-color css

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

 a { background-color: rgb(1,113,50); }

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

border-color css

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

 span { border-color: rgb(1,113,50); }

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