Html Css Color HEX #0B2B1E Dark Green

📋 copy color: '#0B2B1E'

red 11 ◦ green 43 ◦ blue 30

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

Shades of Dark Green #0B2B1E

Tints of Dark Green #0B2B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 51.19%

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

R = 13.1%
G = 51.19%
B = 35.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.83

RGB Variations

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

Color information

#0B2B1E (or 0x0B2B1E) is known color: Dark Green. HEX triplet: 0B, 2B and 1E. RGB value is (11,43,30). Sum of RGB (Red+Green+Blue) = 11+43+30=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 43 (17.19% from 255 or 51.19% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 43 - color contains mainly: green. Hex color #0B2B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2B1E is #F4D4E1. Grayscale: #1F1F1F. Windows color (decimal): -16045282 or 1977099. OLE color: 1977099.

HSL color Cylindrical-coordinate representation of color #0B2B1E: hue angle of 155.62º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B2B1E is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB 11 43 30 -
CMYK 0.74 0 0.30 0.83
HSL 155.63º 0.59% 0.11% -
HSV(B) 155.63º 0.74% 0.17% -
XYZ 1.24 1.89 1.53 -
YUV 31.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 11 43 30 0.74 0 0.30 0.83 155.63 0.59 0.11
Hex B 2B 1E 4A 0 1E 53 9C 3B B
Octal 13 53 36 112 0 36 123 234 73 13
Binary 1011 101011 11110 1001010 0 11110 1010011 10011100 111011 1011

Color Harmonies of #0B2B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2B1E

Black with #0B2B1E

Text Example


Text Example

White with #0B2B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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