Html Css Color HEX #0B302A Dark Green

📋 copy color: '#0B302A'

red 11 ◦ green 48 ◦ blue 42

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

Shades of Dark Green #0B302A

Tints of Dark Green #0B302A

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.8% from 255) = 41.58%

R = 10.89%
G = 47.52%
B = 41.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#0B302A (or 0x0B302A) is known color: 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

RGB 11 48 42 -
CMYK 0.77 0 0.13 0.81
HSL 170.27º 0.63% 0.12% -
HSV(B) 170.27º 0.77% 0.19% -
XYZ 1.61 2.35 2.56 -
YUV 36.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 11 48 42 0.77 0 0.13 0.81 170.27 0.63 0.12
Hex B 30 2A 4D 0 D 51 AA 3F C
Octal 13 60 52 115 0 15 121 252 77 14
Binary 1011 110000 101010 1001101 0 1101 1010001 10101010 111111 1100

Color Harmonies of #0B302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B302A

Black with #0B302A

Text Example


Text Example

White with #0B302A

Text Example


Text Example

HTML Codes & Css Web 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>