Html Css Color HEX #0B2E1E Dark Green

📋 copy color: '#0B2E1E'

red 11 ◦ green 46 ◦ blue 30

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

Shades of Dark Green #0B2E1E

Tints of Dark Green #0B2E1E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 52.87%

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

R = 12.64%
G = 52.87%
B = 34.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.82

RGB Variations

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

Color information

#0B2E1E (or 0x0B2E1E) is known color: Dark Green. HEX triplet: 0B, 2E and 1E. RGB value is (11,46,30). Sum of RGB (Red+Green+Blue) = 11+46+30=87 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.64% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #0B2E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2E1E is #F4D1E1. Grayscale: #212121. Windows color (decimal): -16044514 or 1977867. OLE color: 1977867.

HSL color Cylindrical-coordinate representation of color #0B2E1E: hue angle of 152.57º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B2E1E is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.

Color convert

RGB 11 46 30 -
CMYK 0.76 0 0.35 0.82
HSL 152.57º 0.61% 0.11% -
HSV(B) 152.57º 0.76% 0.18% -
XYZ 1.35 2.12 1.57 -
YUV 33.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 11 46 30 0.76 0 0.35 0.82 152.57 0.61 0.11
Hex B 2E 1E 4C 0 23 52 99 3D B
Octal 13 56 36 114 0 43 122 231 75 13
Binary 1011 101110 11110 1001100 0 100011 1010010 10011001 111101 1011

Color Harmonies of #0B2E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2E1E

Black with #0B2E1E

Text Example


Text Example

White with #0B2E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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