#02592D

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

Shades of Crusoe #02592D

Tints of Crusoe #02592D

Color information

#02592D (or 0x02592D) is unknown color: approx Crusoe. HEX triplet: 02, 59 and 2D. RGB value is (2,89,45). Sum of RGB (Red+Green+Blue) = 2+89+45=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 89 (35.16% from 255 or 65.44% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 89 - color contains mainly: green. Hex color #02592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02592D is #FDA6D2. Grayscale: #3A3A3A. Windows color (decimal): -16623315 or 2971906. OLE color: 2971906.

HSL color Cylindrical-coordinate representation of color #02592D: hue angle of 149.66º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02592D is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB28945-
CMYK0.9800.490.65
HSL149.66º95.6%17.84%-
HSV(B)149.66º97.75%34.9%-
XYZ4.077.353.69-
YUV57.97120.6888.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 89 (35.16% from 255) = 65.44%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=1.47%
G=65.44%
B=33.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289450.9800.490.65149.6695.617.84
Hex2592D6203141966012
Octal21315514206110122614022
Binary10101100110110111000100110001100000110010110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,89,45); }

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

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

 a { background-color: rgb(2,89,45); }

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

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

 span { border-color: rgb(2,89,45); }

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