#0B372D

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

Shades of Dark Green #0B372D

Tints of Dark Green #0B372D

Color information

#0B372D (or 0x0B372D) is unknown color: approx Dark Green. HEX triplet: 0B, 37 and 2D. RGB value is (11,55,45). Sum of RGB (Red+Green+Blue) = 11+55+45=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #0B372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B372D is #F4C8D2. Grayscale: #282828. Windows color (decimal): -16042195 or 2963211. OLE color: 2963211.

HSL color Cylindrical-coordinate representation of color #0B372D: hue angle of 166.36º 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 #0B372D is Cyan = 0.8, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB115545-
CMYK0.800.180.78
HSL166.36º66.67%12.94%-
HSV(B)166.36º80%21.57%-
XYZ1.982.992.96-
YUV40.7130.42106.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 55 (21.88% from 255) = 49.55%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=9.91%
G=49.55%
B=40.54%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1155450.800.180.78166.3666.6712.94
HexB372D500124Ea643d
Octal13675512002211624610315
Binary1011110111101101101000001001010011101010011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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