Html Css Color HEX #0B3029 Dark Green

📋 copy color: '#0B3029'

red 11 ◦ green 48 ◦ blue 41

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

Shades of Dark Green #0B3029

Tints of Dark Green #0B3029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 41%

R = 11%
G = 48%
B = 41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#0B3029 (or 0x0B3029) is known color: Dark Green. HEX triplet: 0B, 30 and 29. RGB value is (11,48,41). Sum of RGB (Red+Green+Blue) = 11+48+41=100 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #0B3029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3029 is #F4CFD6. Grayscale: #242424. Windows color (decimal): -16043991 or 2699275. OLE color: 2699275.

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

Color convert

RGB 11 48 41 -
CMYK 0.77 0 0.15 0.81
HSL 168.65º 0.63% 0.12% -
HSV(B) 168.65º 0.77% 0.19% -
XYZ 1.6 2.35 2.47 -
YUV 36.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 11 48 41 0.77 0 0.15 0.81 168.65 0.63 0.12
Hex B 30 29 4D 0 F 51 A9 3F C
Octal 13 60 51 115 0 17 121 251 77 14
Binary 1011 110000 101001 1001101 0 1111 1010001 10101001 111111 1100

Color Harmonies of #0B3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3029

Black with #0B3029

Text Example


Text Example

White with #0B3029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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