Html Css Color HEX #0B341E Dark Green

📋 copy color: '#0B341E'

red 11 ◦ green 52 ◦ blue 30

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

Shades of Dark Green #0B341E

Tints of Dark Green #0B341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 55.91%

 BLUE value IS 30 (12.11% from 255) = 32.26%

R = 11.83%
G = 55.91%
B = 32.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#0B341E (or 0x0B341E) is known color: Dark Green. HEX triplet: 0B, 34 and 1E. RGB value is (11,52,30). Sum of RGB (Red+Green+Blue) = 11+52+30=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 52 (20.70% from 255 or 55.91% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 52 - color contains mainly: green. Hex color #0B341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B341E is #F4CBE1. Grayscale: #252525. Windows color (decimal): -16042978 or 1979403. OLE color: 1979403.

HSL color Cylindrical-coordinate representation of color #0B341E: hue angle of 147.8º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B341E is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB 11 52 30 -
CMYK 0.79 0 0.42 0.80
HSL 147.8º 0.65% 0.12% -
HSV(B) 147.8º 0.79% 0.2% -
XYZ 1.6 2.62 1.65 -
YUV 37.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 11 52 30 0.79 0 0.42 0.80 147.8 0.65 0.12
Hex B 34 1E 4F 0 2A 50 94 41 C
Octal 13 64 36 117 0 52 120 224 101 14
Binary 1011 110100 11110 1001111 0 101010 1010000 10010100 1000001 1100

Color Harmonies of #0B341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B341E

Black with #0B341E

Text Example


Text Example

White with #0B341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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