#0B352D

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

Shades of Dark Green #0B352D

Tints of Dark Green #0B352D

Color information

#0B352D (or 0x0B352D) is unknown color: approx Dark Green. HEX triplet: 0B, 35 and 2D. RGB value is (11,53,45). Sum of RGB (Red+Green+Blue) = 11+53+45=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #0B352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B352D is #F4CAD2. Grayscale: #272727. Windows color (decimal): -16042707 or 2962699. OLE color: 2962699.

HSL color Cylindrical-coordinate representation of color #0B352D: hue angle of 168.57º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B352D is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB115345-
CMYK0.7900.150.79
HSL168.57º65.62%12.55%-
HSV(B)168.57º79.25%20.78%-
XYZ1.882.812.93-
YUV39.53131.09107.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.09%
GREEN value IS 53 (21.09% from 255) = 48.62%
BLUE value IS 45 (17.97% from 255) = 41.28%
R=10.09%
G=48.62%
B=41.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1153450.7900.150.79168.5765.6212.55
HexB352D4F0F4Fa942d
Octal13655511701711725110215
Binary101111010110110110011110111110011111010100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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