#0B2C19

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

Shades of Dark Green #0B2C19

Tints of Dark Green #0B2C19

Color information

#0B2C19 (or 0x0B2C19) is unknown color: approx Dark Green. HEX triplet: 0B, 2C and 19. RGB value is (11,44,25). Sum of RGB (Red+Green+Blue) = 11+44+25=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #0B2C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2C19 is #F4D3E6. Grayscale: #202020. Windows color (decimal): -16045031 or 1649675. OLE color: 1649675.

HSL color Cylindrical-coordinate representation of color #0B2C19: hue angle of 145.45º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B2C19 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.83.

Color convert

RGB114425-
CMYK0.7500.430.83
HSL145.45º60%10.78%-
HSV(B)145.45º75%17.25%-
XYZ1.211.941.23-
YUV31.97124.07113.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.75%
GREEN value IS 44 (17.58% from 255) = 55%
BLUE value IS 25 (10.16% from 255) = 31.25%
R=13.75%
G=55%
B=31.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1144250.7500.430.83145.456010.78
HexB2C194B02B53913cb
Octal1354311130531232217413
Binary101110110011001100101101010111010011100100011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,44,25); }

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

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

 a { background-color: rgb(11,44,25); }

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

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

 span { border-color: rgb(11,44,25); }

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