Html Css Color HEX #081D1B Dark Green

📋 copy color: '#081D1B'

red 8 ◦ green 29 ◦ blue 27

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

Shades of Dark Green #081D1B

Tints of Dark Green #081D1B

RGB

 RED value IS 8 (3.52% from 255) = 12.5%

 GREEN value IS 29 (11.72% from 255) = 45.31%

 BLUE value IS 27 (10.94% from 255) = 42.19%

R = 12.5%
G = 45.31%
B = 42.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#081D1B (or 0x081D1B) is known color: Dark Green. HEX triplet: 08, 1D and 1B. RGB value is (8,29,27). Sum of RGB (Red+Green+Blue) = 8+29+27=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #081D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D1B is #F7E2E4. Grayscale: #161616. Windows color (decimal): -16245477 or 1776904. OLE color: 1776904.

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

Color convert

RGB 8 29 27 -
CMYK 0.72 0 0.07 0.89
HSL 174.29º 0.57% 0.07% -
HSV(B) 174.29º 0.72% 0.11% -
XYZ 0.74 1.01 1.19 -
YUV 22.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 8 29 27 0.72 0 0.07 0.89 174.29 0.57 0.07
Hex 8 1D 1B 48 0 7 59 AE 39 7
Octal 10 35 33 110 0 7 131 256 71 7
Binary 1000 11101 11011 1001000 0 111 1011001 10101110 111001 111

Color Harmonies of #081D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D1B

Black with #081D1B

Text Example


Text Example

White with #081D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081D1B; }

 p { color: rgb(8,29,27); }

 H1.HeaderClassName
 {
   color: #081D1B;
 }
 .AnyTagClassName
 {
   color: #081D1B;
 }
</style>

background-color css

<style>
 a { background-color: #081D1B; }

 a { background-color: rgb(8,29,27); }

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

border-color css

<style>
 span { border-color: #081D1B; }

 span { border-color: rgb(8,29,27); }

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