Html Css Color HEX #081F1B Dark Green

📋 copy color: '#081F1B'

red 8 ◦ green 31 ◦ blue 27

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

Shades of Dark Green #081F1B

Tints of Dark Green #081F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 46.97%

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

R = 12.12%
G = 46.97%
B = 40.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#081F1B (or 0x081F1B) is known color: Dark Green. HEX triplet: 08, 1F and 1B. RGB value is (8,31,27). Sum of RGB (Red+Green+Blue) = 8+31+27=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #081F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F1B is #F7E0E4. Grayscale: #171717. Windows color (decimal): -16244965 or 1777416. OLE color: 1777416.

HSL color Cylindrical-coordinate representation of color #081F1B: hue angle of 169.57º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081F1B is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 31 27 -
CMYK 0.74 0 0.13 0.88
HSL 169.57º 0.59% 0.08% -
HSV(B) 169.57º 0.74% 0.12% -
XYZ 0.79 1.11 1.21 -
YUV 23.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 8 31 27 0.74 0 0.13 0.88 169.57 0.59 0.08
Hex 8 1F 1B 4A 0 D 58 AA 3B 8
Octal 10 37 33 112 0 15 130 252 73 10
Binary 1000 11111 11011 1001010 0 1101 1011000 10101010 111011 1000

Color Harmonies of #081F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F1B

Black with #081F1B

Text Example


Text Example

White with #081F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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