Html Css Color HEX #017030 Fun Green

📋 copy color: '#017030'

red 1 ◦ green 112 ◦ blue 48

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

Shades of Fun Green #017030

Tints of Fun Green #017030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.81%

R = 0.62%
G = 69.57%
B = 29.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#017030 (or 0x017030) is known color: Fun Green. HEX triplet: 01, 70 and 30. RGB value is (1,112,48). Sum of RGB (Red+Green+Blue) = 1+112+48=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #017030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017030 is #FE8FCF. Grayscale: #474747. Windows color (decimal): -16682960 or 3174401. OLE color: 3174401.

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

Color convert

RGB 1 112 48 -
CMYK 0.99 0 0.57 0.56
HSL 145.41º 0.98% 0.22% -
HSV(B) 145.41º 0.99% 0.44% -
XYZ 6.34 11.81 4.74 -
YUV 71.52 114.73 77.7 -
System Red Green Blue C M Y K H S L
Decimal 1 112 48 0.99 0 0.57 0.56 145.41 0.98 0.22
Hex 1 70 30 63 0 39 38 91 62 16
Octal 1 160 60 143 0 71 70 221 142 26
Binary 1 1110000 110000 1100011 0 111001 111000 10010001 1100010 10110

Color Harmonies of #017030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017030

Black with #017030

Text Example


Text Example

White with #017030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017030; }

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

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

background-color css

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

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

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

border-color css

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

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

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