#0B3928

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

Shades of Dark Green #0B3928

Tints of Dark Green #0B3928

Color information

#0B3928 (or 0x0B3928) is unknown color: approx Dark Green. HEX triplet: 0B, 39 and 28. RGB value is (11,57,40). Sum of RGB (Red+Green+Blue) = 11+57+40=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3928 is #F4C6D7. Grayscale: #292929. Windows color (decimal): -16041688 or 2636043. OLE color: 2636043.

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

Color convert

RGB115740-
CMYK0.8100.300.78
HSL157.83º67.65%13.33%-
HSV(B)157.83º80.7%22.35%-
XYZ1.983.152.51-
YUV41.31127.26106.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.19%
GREEN value IS 57 (22.66% from 255) = 52.78%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=10.19%
G=52.78%
B=37.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1157400.8100.300.78157.8367.6513.33
HexB39285101E4E9e44d
Octal13715012103611623610415
Binary1011111001101000101000101111010011101001111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,57,40); }

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

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

 a { background-color: rgb(11,57,40); }

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

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

 span { border-color: rgb(11,57,40); }

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