Html Css Color HEX #017222 Crusoe

📋 copy color: '#017222'

red 1 ◦ green 114 ◦ blue 34

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

Shades of Crusoe #017222

Tints of Crusoe #017222

RGB

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

 GREEN value IS 114 (44.92% from 255) = 76.51%

 BLUE value IS 34 (13.67% from 255) = 22.82%

R = 0.67%
G = 76.51%
B = 22.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#017222 (or 0x017222) is known color: Crusoe. HEX triplet: 01, 72 and 22. RGB value is (1,114,34). Sum of RGB (Red+Green+Blue) = 1+114+34=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 114 (44.92% from 255 or 76.51% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 114 - color contains mainly: green. Hex color #017222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017222 is #FE8DDD. Grayscale: #474747. Windows color (decimal): -16682462 or 2257409. OLE color: 2257409.

HSL color Cylindrical-coordinate representation of color #017222: hue angle of 137.52º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017222 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 114 34 -
CMYK 0.99 0 0.70 0.55
HSL 137.52º 0.98% 0.23% -
HSV(B) 137.52º 0.99% 0.45% -
XYZ 6.32 12.16 3.53 -
YUV 71.09 107.06 78 -
System Red Green Blue C M Y K H S L
Decimal 1 114 34 0.99 0 0.70 0.55 137.52 0.98 0.23
Hex 1 72 22 63 0 46 37 8A 62 17
Octal 1 162 42 143 0 106 67 212 142 27
Binary 1 1110010 100010 1100011 0 1000110 110111 10001010 1100010 10111

Color Harmonies of #017222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017222

Black with #017222

Text Example


Text Example

White with #017222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017222; }

 p { color: rgb(1,114,34); }

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

background-color css

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

 a { background-color: rgb(1,114,34); }

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

border-color css

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

 span { border-color: rgb(1,114,34); }

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