Html Css Color HEX #01712E Fun Green

📋 copy color: '#01712E'

red 1 ◦ green 113 ◦ blue 46

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

Shades of Fun Green #01712E

Tints of Fun Green #01712E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.75%

R = 0.63%
G = 70.63%
B = 28.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#01712E (or 0x01712E) is known color: Fun Green. HEX triplet: 01, 71 and 2E. RGB value is (1,113,46). Sum of RGB (Red+Green+Blue) = 1+113+46=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 113 (44.53% from 255 or 70.62% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 113 - color contains mainly: green. Hex color #01712E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01712E is #FE8ED1. Grayscale: #484848. Windows color (decimal): -16682706 or 3043585. OLE color: 3043585.

HSL color Cylindrical-coordinate representation of color #01712E: hue angle of 144.11º 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 #01712E is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 113 46 -
CMYK 0.99 0 0.59 0.56
HSL 144.11º 0.98% 0.22% -
HSV(B) 144.11º 0.99% 0.44% -
XYZ 6.41 12.01 4.57 -
YUV 71.87 113.39 77.45 -
System Red Green Blue C M Y K H S L
Decimal 1 113 46 0.99 0 0.59 0.56 144.11 0.98 0.22
Hex 1 71 2E 63 0 3B 38 90 62 16
Octal 1 161 56 143 0 73 70 220 142 26
Binary 1 1110001 101110 1100011 0 111011 111000 10010000 1100010 10110

Color Harmonies of #01712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01712E

Black with #01712E

Text Example


Text Example

White with #01712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01712E; }

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

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

background-color css

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

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

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

border-color css

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

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

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