#0B3127

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

Shades of Dark Green #0B3127

Tints of Dark Green #0B3127

Color information

#0B3127 (or 0x0B3127) is unknown color: approx Dark Green. HEX triplet: 0B, 31 and 27. RGB value is (11,49,39). Sum of RGB (Red+Green+Blue) = 11+49+39=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #0B3127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3127 is #F4CED8. Grayscale: #242424. Windows color (decimal): -16043737 or 2568459. OLE color: 2568459.

HSL color Cylindrical-coordinate representation of color #0B3127: hue angle of 164.21º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B3127 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB114939-
CMYK0.7800.200.81
HSL164.21º63.33%11.76%-
HSV(B)164.21º77.55%19.22%-
XYZ1.62.412.3-
YUV36.5129.41109.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.11%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 39 (15.62% from 255) = 39.39%
R=11.11%
G=49.49%
B=39.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1149390.7800.200.81164.2163.3311.76
HexB31274E01451a43fc
Octal1361471160241212447714
Binary101111000110011110011100101001010001101001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,49,39); }

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

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

 a { background-color: rgb(11,49,39); }

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

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

 span { border-color: rgb(11,49,39); }

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