#0B2F1B

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

Shades of Dark Green #0B2F1B

Tints of Dark Green #0B2F1B

Color information

#0B2F1B (or 0x0B2F1B) is unknown color: approx Dark Green. HEX triplet: 0B, 2F and 1B. RGB value is (11,47,27). Sum of RGB (Red+Green+Blue) = 11+47+27=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 47 (18.75% from 255 or 55.29% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2F1B is #F4D0E4. Grayscale: #222222. Windows color (decimal): -16044261 or 1781515. OLE color: 1781515.

HSL color Cylindrical-coordinate representation of color #0B2F1B: hue angle of 146.67º 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 #0B2F1B is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB114727-
CMYK0.7700.430.82
HSL146.67º62.07%11.37%-
HSV(B)146.67º76.6%18.43%-
XYZ1.352.181.39-
YUV33.96124.07111.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.94%
GREEN value IS 47 (18.75% from 255) = 55.29%
BLUE value IS 27 (10.94% from 255) = 31.76%
R=12.94%
G=55.29%
B=31.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1147270.7700.430.82146.6762.0711.37
HexB2F1B4D02B52933eb
Octal1357331150531222237613
Binary101110111111011100110101010111010010100100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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