#0B372B

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

Shades of Dark Green #0B372B

Tints of Dark Green #0B372B

Color information

#0B372B (or 0x0B372B) is unknown color: approx Dark Green. HEX triplet: 0B, 37 and 2B. RGB value is (11,55,43). Sum of RGB (Red+Green+Blue) = 11+55+43=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #0B372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B372B is #F4C8D4. Grayscale: #282828. Windows color (decimal): -16042197 or 2832139. OLE color: 2832139.

HSL color Cylindrical-coordinate representation of color #0B372B: hue angle of 163.64º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B372B is Cyan = 0.8, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB115543-
CMYK0.800.220.78
HSL163.64º66.67%12.94%-
HSV(B)163.64º80%21.57%-
XYZ1.942.982.76-
YUV40.48129.42106.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.09%
GREEN value IS 55 (21.88% from 255) = 50.46%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=10.09%
G=50.46%
B=39.45%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1155430.800.220.78163.6466.6712.94
HexB372B500164Ea443d
Octal13675312002611624410315
Binary1011110111101011101000001011010011101010010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,55,43); }

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

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

 a { background-color: rgb(11,55,43); }

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

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

 span { border-color: rgb(11,55,43); }

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