#0B2B1A

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

Shades of Dark Green #0B2B1A

Tints of Dark Green #0B2B1A

Color information

#0B2B1A (or 0x0B2B1A) is unknown color: approx Dark Green. HEX triplet: 0B, 2B and 1A. RGB value is (11,43,26). Sum of RGB (Red+Green+Blue) = 11+43+26=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 43 (17.19% from 255 or 53.75% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 43 - color contains mainly: green. Hex color #0B2B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2B1A is #F4D4E5. Grayscale: #1F1F1F. Windows color (decimal): -16045286 or 1714955. OLE color: 1714955.

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

Color convert

RGB114326-
CMYK0.7400.400.83
HSL148.12º59.26%10.59%-
HSV(B)148.12º74.42%16.86%-
XYZ1.191.871.28-
YUV31.49124.9113.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.75%
GREEN value IS 43 (17.19% from 255) = 53.75%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=13.75%
G=53.75%
B=32.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1143260.7400.400.83148.1259.2610.59
HexB2B1A4A02853943bb
Octal1353321120501232247313
Binary101110101111010100101001010001010011100101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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