#005A2D

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

Shades of Crusoe #005A2D

Tints of Crusoe #005A2D

Color information

#005A2D (or 0x005A2D) is unknown color: approx Crusoe. HEX triplet: 00, 5A and 2D. RGB value is (0,90,45). Sum of RGB (Red+Green+Blue) = 0+90+45=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 90 (35.55% from 255 or 66.67% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 90 - color contains mainly: green. Hex color #005A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A2D is #FFA5D2. Grayscale: #3A3A3A. Windows color (decimal): -16754131 or 2972160. OLE color: 2972160.

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

Color convert

RGB09045-
CMYK100.500.65
HSL150º100%17.65%-
HSV(B)150º100%35.29%-
XYZ4.137.53.71-
YUV57.96120.6886.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 90 (35.55% from 255) = 66.67%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=0%
G=66.67%
B=33.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal09045100.500.6515010017.65
Hex05A2D6403241966412
Octal01325514406210122614422
Binary0101101010110111001000110010100000110010110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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