#0B251C

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

Shades of Dark Green #0B251C

Tints of Dark Green #0B251C

Color information

#0B251C (or 0x0B251C) is unknown color: approx Dark Green. HEX triplet: 0B, 25 and 1C. RGB value is (11,37,28). Sum of RGB (Red+Green+Blue) = 11+37+28=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #0B251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B251C is #F4DAE3. Grayscale: #1C1C1C. Windows color (decimal): -16046820 or 1844491. OLE color: 1844491.

HSL color Cylindrical-coordinate representation of color #0B251C: hue angle of 159.23º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B251C is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB113728-
CMYK0.7000.240.85
HSL159.23º54.17%9.41%-
HSV(B)159.23º70.27%14.51%-
XYZ1.011.481.33-
YUV28.2127.89115.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.47%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=14.47%
G=48.68%
B=36.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1137280.7000.240.85159.2354.179.41
HexB251C46018559f369
Octal1345341060301252376611
Binary10111001011110010001100110001010101100111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,37,28); }

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

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

 a { background-color: rgb(11,37,28); }

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

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

 span { border-color: rgb(11,37,28); }

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