Html Css Color HEX #017034 Fun Green

📋 copy color: '#017034'

red 1 ◦ green 112 ◦ blue 52

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

Shades of Fun Green #017034

Tints of Fun Green #017034

RGB

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

 GREEN value IS 112 (44.14% from 255) = 67.88%

 BLUE value IS 52 (20.7% from 255) = 31.52%

R = 0.61%
G = 67.88%
B = 31.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#017034 (or 0x017034) is known color: Fun Green. HEX triplet: 01, 70 and 34. RGB value is (1,112,52). Sum of RGB (Red+Green+Blue) = 1+112+52=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #017034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017034 is #FE8FCB. Grayscale: #484848. Windows color (decimal): -16682956 or 3436545. OLE color: 3436545.

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

Color convert

RGB 1 112 52 -
CMYK 0.99 0 0.54 0.56
HSL 147.57º 0.98% 0.22% -
HSV(B) 147.57º 0.99% 0.44% -
XYZ 6.43 11.84 5.2 -
YUV 71.97 116.73 77.38 -
System Red Green Blue C M Y K H S L
Decimal 1 112 52 0.99 0 0.54 0.56 147.57 0.98 0.22
Hex 1 70 34 63 0 36 38 94 62 16
Octal 1 160 64 143 0 66 70 224 142 26
Binary 1 1110000 110100 1100011 0 110110 111000 10010100 1100010 10110

Color Harmonies of #017034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017034

Black with #017034

Text Example


Text Example

White with #017034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017034; }

 p { color: rgb(1,112,52); }

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

background-color css

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

 a { background-color: rgb(1,112,52); }

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

border-color css

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

 span { border-color: rgb(1,112,52); }

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