#0B5B2F

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

Shades of Crusoe #0B5B2F

Tints of Crusoe #0B5B2F

Color information

#0B5B2F (or 0x0B5B2F) is unknown color: approx Crusoe. HEX triplet: 0B, 5B and 2F. RGB value is (11,91,47). Sum of RGB (Red+Green+Blue) = 11+91+47=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 91 (35.94% from 255 or 61.07% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 91 - color contains mainly: green. Hex color #0B5B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5B2F is #F4A4D0. Grayscale: #3E3E3E. Windows color (decimal): -16032977 or 3103499. OLE color: 3103499.

HSL color Cylindrical-coordinate representation of color #0B5B2F: hue angle of 147º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5B2F is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB119147-
CMYK0.8800.480.64
HSL147º78.43%20%-
HSV(B)147º87.91%35.69%-
XYZ4.397.763.96-
YUV62.06119.591.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.38%
GREEN value IS 91 (35.94% from 255) = 61.07%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=7.38%
G=61.07%
B=31.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1191470.8800.480.6414778.4320
HexB5B2F5803040934e14
Octal131335713006010022311624
Binary1011101101110111110110000110000100000010010011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,91,47); }

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

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

 a { background-color: rgb(11,91,47); }

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

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

 span { border-color: rgb(11,91,47); }

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