#0B602D

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

Shades of Crusoe #0B602D

Tints of Crusoe #0B602D

Color information

#0B602D (or 0x0B602D) is unknown color: approx Crusoe. HEX triplet: 0B, 60 and 2D. RGB value is (11,96,45). Sum of RGB (Red+Green+Blue) = 11+96+45=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #0B602D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B602D is #F49FD2. Grayscale: #404040. Windows color (decimal): -16031699 or 2973707. OLE color: 2973707.

HSL color Cylindrical-coordinate representation of color #0B602D: hue angle of 144º 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 #0B602D is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB119645-
CMYK0.8900.530.62
HSL144º79.44%20.98%-
HSV(B)144º88.54%37.65%-
XYZ4.798.633.89-
YUV64.77116.8489.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.24%
GREEN value IS 96 (37.89% from 255) = 63.16%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=7.24%
G=63.16%
B=29.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1196450.8900.530.6214479.4420.98
HexB602D590353E904f15
Octal13140551310657622011725
Binary101111000001011011011001011010111111010010000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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