#0B5E2A

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

Shades of Crusoe #0B5E2A

Tints of Crusoe #0B5E2A

Color information

#0B5E2A (or 0x0B5E2A) is unknown color: approx Crusoe. HEX triplet: 0B, 5E and 2A. RGB value is (11,94,42). Sum of RGB (Red+Green+Blue) = 11+94+42=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 94 (37.11% from 255 or 63.95% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 94 - color contains mainly: green. Hex color #0B5E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5E2A is #F4A1D5. Grayscale: #3F3F3F. Windows color (decimal): -16032214 or 2776587. OLE color: 2776587.

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

Color convert

RGB119442-
CMYK0.8800.550.63
HSL142.41º79.05%20.59%-
HSV(B)142.41º88.3%36.86%-
XYZ4.568.243.54-
YUV63.2611690.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.48%
GREEN value IS 94 (37.11% from 255) = 63.95%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=7.48%
G=63.95%
B=28.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1194420.8800.550.63142.4179.0520.59
HexB5E2A580373F8e4f15
Octal13136521300677721611725
Binary101110111101010101011000011011111111110001110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,94,42); }

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

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

 a { background-color: rgb(11,94,42); }

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

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

 span { border-color: rgb(11,94,42); }

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