#0B3A2B

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

Shades of Dark Green #0B3A2B

Tints of Dark Green #0B3A2B

Color information

#0B3A2B (or 0x0B3A2B) is unknown color: approx Dark Green. HEX triplet: 0B, 3A and 2B. RGB value is (11,58,43). Sum of RGB (Red+Green+Blue) = 11+58+43=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A2B is #F4C5D4. Grayscale: #2A2A2A. Windows color (decimal): -16041429 or 2832907. OLE color: 2832907.

HSL color Cylindrical-coordinate representation of color #0B3A2B: hue angle of 160.85º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3A2B is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.

Color convert

RGB115843-
CMYK0.8100.260.77
HSL160.85º68.12%13.53%-
HSV(B)160.85º81.03%22.75%-
XYZ2.093.272.81-
YUV42.24128.43105.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.82%
GREEN value IS 58 (23.05% from 255) = 51.79%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=9.82%
G=51.79%
B=38.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1158430.8100.260.77160.8568.1213.53
HexB3A2B5101A4Da144e
Octal13725312103211524110416
Binary1011111010101011101000101101010011011010000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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