Html Css Color HEX #017002 Green

📋 copy color: '#017002'

red 1 ◦ green 112 ◦ blue 2

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

Shades of Green #017002

Tints of Green #017002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 0.87%
G = 97.39%
B = 1.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#017002 (or 0x017002) is known color: Green. HEX triplet: 01, 70 and 02. RGB value is (1,112,2). Sum of RGB (Red+Green+Blue) = 1+112+2=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 112 (44.14% from 255 or 97.39% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 112 - color contains mainly: green. Hex color #017002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017002 is #FE8FFD. Grayscale: #424242. Windows color (decimal): -16683006 or 159745. OLE color: 159745.

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

Color convert

RGB 1 112 2 -
CMYK 0.99 0 0.98 0.56
HSL 120.54º 0.98% 0.22% -
HSV(B) 120.54º 0.99% 0.44% -
XYZ 5.82 11.6 1.99 -
YUV 66.27 91.73 81.44 -
System Red Green Blue C M Y K H S L
Decimal 1 112 2 0.99 0 0.98 0.56 120.54 0.98 0.22
Hex 1 70 2 63 0 62 38 79 62 16
Octal 1 160 2 143 0 142 70 171 142 26
Binary 1 1110000 10 1100011 0 1100010 111000 1111001 1100010 10110

Color Harmonies of #017002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017002

Black with #017002

Text Example


Text Example

White with #017002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017002; }

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

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

background-color css

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

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

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

border-color css

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

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

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