Html Css Color HEX #0B1C1A Dark Green

📋 copy color: '#0B1C1A'

red 11 ◦ green 28 ◦ blue 26

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

Shades of Dark Green #0B1C1A

Tints of Dark Green #0B1C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 43.08%

 BLUE value IS 26 (10.55% from 255) = 40%

R = 16.92%
G = 43.08%
B = 40%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#0B1C1A (or 0x0B1C1A) is known color: Dark Green. HEX triplet: 0B, 1C and 1A. RGB value is (11,28,26). Sum of RGB (Red+Green+Blue) = 11+28+26=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1C1A is #F4E3E5. Grayscale: #161616. Windows color (decimal): -16049126 or 1711115. OLE color: 1711115.

HSL color Cylindrical-coordinate representation of color #0B1C1A: hue angle of 172.94º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0B1C1A is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 28 26 -
CMYK 0.61 0 0.07 0.89
HSL 172.94º 0.44% 0.08% -
HSV(B) 172.94º 0.61% 0.11% -
XYZ 0.74 0.98 1.13 -
YUV 22.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 11 28 26 0.61 0 0.07 0.89 172.94 0.44 0.08
Hex B 1C 1A 3D 0 7 59 AD 2C 8
Octal 13 34 32 75 0 7 131 255 54 10
Binary 1011 11100 11010 111101 0 111 1011001 10101101 101100 1000

Color Harmonies of #0B1C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1C1A

Black with #0B1C1A

Text Example


Text Example

White with #0B1C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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