#0B6E30

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

Shades of Crusoe #0B6E30

Tints of Crusoe #0B6E30

Color information

#0B6E30 (or 0x0B6E30) is unknown color: approx Crusoe. HEX triplet: 0B, 6E and 30. RGB value is (11,110,48). Sum of RGB (Red+Green+Blue) = 11+110+48=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 110 (43.36% from 255 or 65.09% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6E30 is #F491CF. Grayscale: #494949. Windows color (decimal): -16028112 or 3173899. OLE color: 3173899.

HSL color Cylindrical-coordinate representation of color #0B6E30: hue angle of 142.42º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6E30 is Cyan = 0.9, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB1111048-
CMYK0.900.560.57
HSL142.42º81.82%23.73%-
HSV(B)142.42º90%43.14%-
XYZ6.2511.444.67-
YUV73.33113.783.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.51%
GREEN value IS 110 (43.36% from 255) = 65.09%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=6.51%
G=65.09%
B=28.40%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11110480.900.560.57142.4281.8223.73
HexB6E305A038398e5218
Octal13156601320707121612230
Binary101111011101100001011010011100011100110001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,110,48); }

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

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

 a { background-color: rgb(11,110,48); }

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

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

 span { border-color: rgb(11,110,48); }

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