Html Css Color HEX #0B5F29 Crusoe

📋 copy color: '#0B5F29'

red 11 ◦ green 95 ◦ blue 41

#0B5F29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0B5F29

Tints of Crusoe #0B5F29

RGB

 RED value IS 11 (4.69% from 255) = 7.48%

 GREEN value IS 95 (37.5% from 255) = 64.63%

 BLUE value IS 41 (16.41% from 255) = 27.89%

R = 7.48%
G = 64.63%
B = 27.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#0B5F29 (or 0x0B5F29) is known color: Crusoe. HEX triplet: 0B, 5F and 29. RGB value is (11,95,41). Sum of RGB (Red+Green+Blue) = 11+95+41=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 95 (37.5% from 255 or 64.63% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 95 - color contains mainly: green. Hex color #0B5F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5F29 is #F4A0D6. Grayscale: #3F3F3F. Windows color (decimal): -16031959 or 2711307. OLE color: 2711307.

HSL color Cylindrical-coordinate representation of color #0B5F29: hue angle of 141.43º 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 #0B5F29 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB 11 95 41 -
CMYK 0.88 0 0.57 0.63
HSL 141.43º 0.79% 0.21% -
HSV(B) 141.43º 0.88% 0.37% -
XYZ 4.63 8.42 3.48 -
YUV 63.73 115.17 90.39 -
System Red Green Blue C M Y K H S L
Decimal 11 95 41 0.88 0 0.57 0.63 141.43 0.79 0.21
Hex B 5F 29 58 0 39 3F 8D 4F 15
Octal 13 137 51 130 0 71 77 215 117 25
Binary 1011 1011111 101001 1011000 0 111001 111111 10001101 1001111 10101

Color Harmonies of #0B5F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5F29

Black with #0B5F29

Text Example


Text Example

White with #0B5F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,95,41); }

 H1.HeaderClassName
 {
   color: #0B5F29;
 }
 .AnyTagClassName
 {
   color: #0B5F29;
 }
</style>

background-color css

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

 a { background-color: rgb(11,95,41); }

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

border-color css

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

 span { border-color: rgb(11,95,41); }

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