#0B251E

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

Shades of Dark Green #0B251E

Tints of Dark Green #0B251E

Color information

#0B251E (or 0x0B251E) is unknown color: approx Dark Green. HEX triplet: 0B, 25 and 1E. RGB value is (11,37,30). Sum of RGB (Red+Green+Blue) = 11+37+30=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #0B251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B251E is #F4DAE1. Grayscale: #1C1C1C. Windows color (decimal): -16046818 or 1975563. OLE color: 1975563.

HSL color Cylindrical-coordinate representation of color #0B251E: hue angle of 163.85º 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 #0B251E is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB113730-
CMYK0.7000.190.85
HSL163.85º54.17%9.41%-
HSV(B)163.85º70.27%14.51%-
XYZ1.031.491.46-
YUV28.43128.89115.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.10%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=14.10%
G=47.44%
B=38.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1137300.7000.190.85163.8554.179.41
HexB251E4601355a4369
Octal1345361060231252446611
Binary10111001011111010001100100111010101101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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