Html Css Color HEX #0B2B1C Dark Green

📋 copy color: '#0B2B1C'

red 11 ◦ green 43 ◦ blue 28

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

Shades of Dark Green #0B2B1C

Tints of Dark Green #0B2B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 34.15%

R = 13.41%
G = 52.44%
B = 34.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.35

 K value IS 0.83

RGB Variations

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

Color information

#0B2B1C (or 0x0B2B1C) is known color: Dark Green. HEX triplet: 0B, 2B and 1C. RGB value is (11,43,28). Sum of RGB (Red+Green+Blue) = 11+43+28=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 43 (17.19% from 255 or 52.44% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 43 - color contains mainly: green. Hex color #0B2B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2B1C is #F4D4E3. Grayscale: #1F1F1F. Windows color (decimal): -16045284 or 1846027. OLE color: 1846027.

HSL color Cylindrical-coordinate representation of color #0B2B1C: hue angle of 151.88º 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 #0B2B1C is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.83.

Color convert

RGB 11 43 28 -
CMYK 0.74 0 0.35 0.83
HSL 151.88º 0.59% 0.11% -
HSV(B) 151.88º 0.74% 0.17% -
XYZ 1.21 1.88 1.4 -
YUV 31.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 11 43 28 0.74 0 0.35 0.83 151.88 0.59 0.11
Hex B 2B 1C 4A 0 23 53 98 3B B
Octal 13 53 34 112 0 43 123 230 73 13
Binary 1011 101011 11100 1001010 0 100011 1010011 10011000 111011 1011

Color Harmonies of #0B2B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2B1C

Black with #0B2B1C

Text Example


Text Example

White with #0B2B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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