Html Css Color HEX #0B6029 Crusoe

📋 copy color: '#0B6029'

red 11 ◦ green 96 ◦ blue 41

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

Shades of Crusoe #0B6029

Tints of Crusoe #0B6029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 64.86%

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

R = 7.43%
G = 64.86%
B = 27.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#0B6029 (or 0x0B6029) is known color: Crusoe. HEX triplet: 0B, 60 and 29. RGB value is (11,96,41). Sum of RGB (Red+Green+Blue) = 11+96+41=148 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.43% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #0B6029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6029 is #F49FD6. Grayscale: #404040. Windows color (decimal): -16031703 or 2711563. OLE color: 2711563.

HSL color Cylindrical-coordinate representation of color #0B6029: hue angle of 141.18º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6029 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 96 41 -
CMYK 0.89 0 0.57 0.62
HSL 141.18º 0.79% 0.21% -
HSV(B) 141.18º 0.89% 0.38% -
XYZ 4.72 8.6 3.51 -
YUV 64.32 114.84 89.97 -
System Red Green Blue C M Y K H S L
Decimal 11 96 41 0.89 0 0.57 0.62 141.18 0.79 0.21
Hex B 60 29 59 0 39 3E 8D 4F 15
Octal 13 140 51 131 0 71 76 215 117 25
Binary 1011 1100000 101001 1011001 0 111001 111110 10001101 1001111 10101

Color Harmonies of #0B6029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6029

Black with #0B6029

Text Example


Text Example

White with #0B6029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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