#005F2B

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

Shades of Crusoe #005F2B

Tints of Crusoe #005F2B

Color information

#005F2B (or 0x005F2B) is unknown color: approx Crusoe. HEX triplet: 00, 5F and 2B. RGB value is (0,95,43). Sum of RGB (Red+Green+Blue) = 0+95+43=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 95 (37.5% from 255 or 68.84% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 95 - color contains mainly: green. Hex color #005F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005F2B is #FFA0D4. Grayscale: #3C3C3C. Windows color (decimal): -16752853 or 2842368. OLE color: 2842368.

HSL color Cylindrical-coordinate representation of color #005F2B: hue angle of 147.16º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F2B is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB09543-
CMYK100.550.63
HSL147.16º100%18.63%-
HSV(B)147.16º100%37.25%-
XYZ4.538.363.66-
YUV60.67118.0384.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 68.84%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=0%
G=68.84%
B=31.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal09543100.550.63147.1610018.63
Hex05F2B640373F936413
Octal0137531440677722314423
Binary010111111010111100100011011111111110010011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,95,43); }

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

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

 a { background-color: rgb(0,95,43); }

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

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

 span { border-color: rgb(0,95,43); }

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