#0D5F2B

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

Shades of Crusoe #0D5F2B

Tints of Crusoe #0D5F2B

Color information

#0D5F2B (or 0x0D5F2B) is unknown color: approx Crusoe. HEX triplet: 0D, 5F and 2B. RGB value is (13,95,43). Sum of RGB (Red+Green+Blue) = 13+95+43=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 95 (37.5% from 255 or 62.91% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 95 - color contains mainly: green. Hex color #0D5F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5F2B is #F2A0D4. Grayscale: #404040. Windows color (decimal): -15900885 or 2842381. OLE color: 2842381.

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

Color convert

RGB139543-
CMYK0.8600.550.63
HSL141.95º75.93%21.18%-
HSV(B)141.95º86.32%37.25%-
XYZ4.698.443.67-
YUV64.55115.8391.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.61%
GREEN value IS 95 (37.5% from 255) = 62.91%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=8.61%
G=62.91%
B=28.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1395430.8600.550.63141.9575.9321.18
HexD5F2B560373F8e4c15
Octal15137531260677721611425
Binary110110111111010111010110011011111111110001110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D5F2B; }

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

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

<style>
 a { background-color: #0D5F2B; }

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

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

<style>
 span { border-color: #0D5F2B; }

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

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