#005D2D

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

Shades of Crusoe #005D2D

Tints of Crusoe #005D2D

Color information

#005D2D (or 0x005D2D) is unknown color: approx Crusoe. HEX triplet: 00, 5D and 2D. RGB value is (0,93,45). Sum of RGB (Red+Green+Blue) = 0+93+45=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #005D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005D2D is #FFA2D2. Grayscale: #3B3B3B. Windows color (decimal): -16753363 or 2972928. OLE color: 2972928.

HSL color Cylindrical-coordinate representation of color #005D2D: hue angle of 149.03º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D2D is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB09345-
CMYK100.520.64
HSL149.03º100%18.24%-
HSV(B)149.03º100%36.47%-
XYZ4.398.023.8-
YUV59.72119.6985.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 93 (36.72% from 255) = 67.39%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=0%
G=67.39%
B=32.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal09345100.520.64149.0310018.24
Hex05D2D6403440956412
Octal01355514406410022514422
Binary0101110110110111001000110100100000010010101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005D2D; }

 p { color: rgb(0,93,45); }

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

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

 a { background-color: rgb(0,93,45); }

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

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

 span { border-color: rgb(0,93,45); }

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