#0B3027

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

Shades of Dark Green #0B3027

Tints of Dark Green #0B3027

Color information

#0B3027 (or 0x0B3027) is unknown color: approx Dark Green. HEX triplet: 0B, 30 and 27. RGB value is (11,48,39). Sum of RGB (Red+Green+Blue) = 11+48+39=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #0B3027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3027 is #F4CFD8. Grayscale: #232323. Windows color (decimal): -16043993 or 2568203. OLE color: 2568203.

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

Color convert

RGB114839-
CMYK0.7700.190.81
HSL165.41º62.71%11.57%-
HSV(B)165.41º77.08%18.82%-
XYZ1.562.332.29-
YUV35.91129.74110.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.22%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 39 (15.62% from 255) = 39.80%
R=11.22%
G=48.98%
B=39.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1148390.7700.190.81165.4162.7111.57
HexB30274D01351a53fc
Octal1360471150231212457714
Binary101111000010011110011010100111010001101001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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