#01602B

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

Shades of Crusoe #01602B

Tints of Crusoe #01602B

Color information

#01602B (or 0x01602B) is unknown color: approx Crusoe. HEX triplet: 01, 60 and 2B. RGB value is (1,96,43). Sum of RGB (Red+Green+Blue) = 1+96+43=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #01602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01602B is #FE9FD4. Grayscale: #3D3D3D. Windows color (decimal): -16687061 or 2842625. OLE color: 2842625.

HSL color Cylindrical-coordinate representation of color #01602B: hue angle of 146.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01602B is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB19643-
CMYK0.9900.550.62
HSL146.53º97.94%19.02%-
HSV(B)146.53º98.96%37.65%-
XYZ4.638.553.69-
YUV61.55117.5384.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 96 (37.89% from 255) = 68.57%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=0.71%
G=68.57%
B=30.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196430.9900.550.62146.5397.9419.02
Hex1602B630373E936213
Octal1140531430677622314223
Binary111000001010111100011011011111111010010011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01602B; }

 p { color: rgb(1,96,43); }

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

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

 a { background-color: rgb(1,96,43); }

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

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

 span { border-color: rgb(1,96,43); }

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