#0B302A

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

Shades of Dark Green #0B302A

Tints of Dark Green #0B302A

Color information

#0B302A (or 0x0B302A) is unknown color: approx Dark Green. HEX triplet: 0B, 30 and 2A. RGB value is (11,48,42). Sum of RGB (Red+Green+Blue) = 11+48+42=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #0B302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B302A is #F4CFD5. Grayscale: #242424. Windows color (decimal): -16043990 or 2764811. OLE color: 2764811.

HSL color Cylindrical-coordinate representation of color #0B302A: hue angle of 170.27º 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 #0B302A is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB114842-
CMYK0.7700.130.81
HSL170.27º62.71%11.57%-
HSV(B)170.27º77.08%18.82%-
XYZ1.612.352.56-
YUV36.25131.24109.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.89%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 42 (16.80% from 255) = 41.58%
R=10.89%
G=47.52%
B=41.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1148420.7700.130.81170.2762.7111.57
HexB302A4D0D51aa3fc
Octal1360521150151212527714
Binary10111100001010101001101011011010001101010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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