Html Css Color HEX #0B301C Dark Green

📋 copy color: '#0B301C'

red 11 ◦ green 48 ◦ blue 28

#0B301C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0B301C

Tints of Dark Green #0B301C

RGB

 RED value IS 11 (4.69% from 255) = 12.64%

 GREEN value IS 48 (19.14% from 255) = 55.17%

 BLUE value IS 28 (11.33% from 255) = 32.18%

R = 12.64%
G = 55.17%
B = 32.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.81

RGB Variations

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

Color information

#0B301C (or 0x0B301C) is known color: Dark Green. HEX triplet: 0B, 30 and 1C. RGB value is (11,48,28). Sum of RGB (Red+Green+Blue) = 11+48+28=87 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.64% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #0B301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B301C is #F4CFE3. Grayscale: #222222. Windows color (decimal): -16044004 or 1847307. OLE color: 1847307.

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

Color convert

RGB 11 48 28 -
CMYK 0.77 0 0.42 0.81
HSL 147.57º 0.63% 0.12% -
HSV(B) 147.57º 0.77% 0.19% -
XYZ 1.4 2.27 1.46 -
YUV 34.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 11 48 28 0.77 0 0.42 0.81 147.57 0.63 0.12
Hex B 30 1C 4D 0 2A 51 94 3F C
Octal 13 60 34 115 0 52 121 224 77 14
Binary 1011 110000 11100 1001101 0 101010 1010001 10010100 111111 1100

Color Harmonies of #0B301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B301C

Black with #0B301C

Text Example


Text Example

White with #0B301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B301C;
 }
 .AnyTagClassName
 {
   color: #0B301C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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