Html Css Color HEX #0B1E14 Dark Green

📋 copy color: '#0B1E14'

red 11 ◦ green 30 ◦ blue 20

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

Shades of Dark Green #0B1E14

Tints of Dark Green #0B1E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 49.18%

 BLUE value IS 20 (8.2% from 255) = 32.79%

R = 18.03%
G = 49.18%
B = 32.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#0B1E14 (or 0x0B1E14) is known color: Dark Green. HEX triplet: 0B, 1E and 14. RGB value is (11,30,20). Sum of RGB (Red+Green+Blue) = 11+30+20=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E14 is #F4E1EB. Grayscale: #171717. Windows color (decimal): -16048620 or 1318411. OLE color: 1318411.

HSL color Cylindrical-coordinate representation of color #0B1E14: hue angle of 148.42º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B1E14 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB 11 30 20 -
CMYK 0.63 0 0.33 0.88
HSL 148.42º 0.46% 0.08% -
HSV(B) 148.42º 0.63% 0.12% -
XYZ 0.73 1.05 0.83 -
YUV 23.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 11 30 20 0.63 0 0.33 0.88 148.42 0.46 0.08
Hex B 1E 14 3F 0 21 58 94 2E 8
Octal 13 36 24 77 0 41 130 224 56 10
Binary 1011 11110 10100 111111 0 100001 1011000 10010100 101110 1000

Color Harmonies of #0B1E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1E14

Black with #0B1E14

Text Example


Text Example

White with #0B1E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,30,20); }

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

background-color css

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

 a { background-color: rgb(11,30,20); }

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

border-color css

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

 span { border-color: rgb(11,30,20); }

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