#0B241E

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

Shades of Dark Green #0B241E

Tints of Dark Green #0B241E

Color information

#0B241E (or 0x0B241E) is unknown color: approx Dark Green. HEX triplet: 0B, 24 and 1E. RGB value is (11,36,30). Sum of RGB (Red+Green+Blue) = 11+36+30=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #0B241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B241E is #F4DBE1. Grayscale: #1B1B1B. Windows color (decimal): -16047074 or 1975307. OLE color: 1975307.

HSL color Cylindrical-coordinate representation of color #0B241E: hue angle of 165.6º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B241E is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB113630-
CMYK0.6900.170.86
HSL165.6º53.19%9.22%-
HSV(B)165.6º69.44%14.12%-
XYZ11.431.45-
YUV27.84129.22115.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.29%
GREEN value IS 36 (14.45% from 255) = 46.75%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=14.29%
G=46.75%
B=38.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1136300.6900.170.86165.653.199.22
HexB241E4501156a6359
Octal1344361050211262466511
Binary10111001001111010001010100011010110101001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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