#01702D

Color #01702D Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #01702D

Tints of Crusoe #01702D

Color information

#01702D (or 0x01702D) is unknown color: approx Crusoe. HEX triplet: 01, 70 and 2D. RGB value is (1,112,45). Sum of RGB (Red+Green+Blue) = 1+112+45=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #01702D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01702D is #FE8FD2. Grayscale: #474747. Windows color (decimal): -16682963 or 2977793. OLE color: 2977793.

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

Color convert

RGB111245-
CMYK0.9900.600.56
HSL143.78º98.23%22.16%-
HSV(B)143.78º99.11%43.92%-
XYZ6.2811.784.43-
YUV71.17113.2377.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 112 (44.14% from 255) = 70.89%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=0.63%
G=70.89%
B=28.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112450.9900.600.56143.7898.2322.16
Hex1702D6303C38906216
Octal1160551430747022014226
Binary111100001011011100011011110011100010010000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01702D; }

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

 H1.HeaderClassName
 {
   color: #01702D;
 }
 .AnyTagClassName
 {
   color: #01702D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #01702D;
 }
 .BgClassName
 {
   background-color: #01702D;
 }
</style>
border-color css

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

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

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