#005F2F

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

Shades of Crusoe #005F2F

Tints of Crusoe #005F2F

Color information

#005F2F (or 0x005F2F) is unknown color: approx Crusoe. HEX triplet: 00, 5F and 2F. RGB value is (0,95,47). Sum of RGB (Red+Green+Blue) = 0+95+47=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 95 (37.5% from 255 or 66.90% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 95 - color contains mainly: green. Hex color #005F2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005F2F is #FFA0D0. Grayscale: #3D3D3D. Windows color (decimal): -16752849 or 3104512. OLE color: 3104512.

HSL color Cylindrical-coordinate representation of color #005F2F: hue angle of 149.68º 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 #005F2F is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB09547-
CMYK100.510.63
HSL149.68º100%18.63%-
HSV(B)149.68º100%37.25%-
XYZ4.618.394.07-
YUV61.12120.0384.4-

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) = 66.90%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=0%
G=66.90%
B=33.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal09547100.510.63149.6810018.63
Hex05F2F640333F966413
Octal0137571440637722614423
Binary010111111011111100100011001111111110010110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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