#0B2F2B

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

Shades of Dark Green #0B2F2B

Tints of Dark Green #0B2F2B

Color information

#0B2F2B (or 0x0B2F2B) is unknown color: approx Dark Green. HEX triplet: 0B, 2F and 2B. RGB value is (11,47,43). Sum of RGB (Red+Green+Blue) = 11+47+43=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2F2B is #F4D0D4. Grayscale: #232323. Windows color (decimal): -16044245 or 2830091. OLE color: 2830091.

HSL color Cylindrical-coordinate representation of color #0B2F2B: hue angle of 173.33º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B2F2B is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB114743-
CMYK0.7700.090.82
HSL173.33º62.07%11.37%-
HSV(B)173.33º76.6%18.43%-
XYZ1.592.282.64-
YUV35.78132.07110.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.89%
GREEN value IS 47 (18.75% from 255) = 46.53%
BLUE value IS 43 (17.19% from 255) = 42.57%
R=10.89%
G=46.53%
B=42.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1147430.7700.090.82173.3362.0711.37
HexB2F2B4D0952ad3eb
Octal1357531150111222557613
Binary10111011111010111001101010011010010101011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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