Html Css Color HEX #082514 Dark Green

📋 copy color: '#082514'

red 8 ◦ green 37 ◦ blue 20

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

Shades of Dark Green #082514

Tints of Dark Green #082514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 56.92%

 BLUE value IS 20 (8.2% from 255) = 30.77%

R = 12.31%
G = 56.92%
B = 30.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#082514 (or 0x082514) is known color: Dark Green. HEX triplet: 08, 25 and 14. RGB value is (8,37,20). Sum of RGB (Red+Green+Blue) = 8+37+20=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #082514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082514 is #F7DAEB. Grayscale: #1A1A1A. Windows color (decimal): -16243436 or 1320200. OLE color: 1320200.

HSL color Cylindrical-coordinate representation of color #082514: hue angle of 144.83º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082514 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 37 20 -
CMYK 0.78 0 0.46 0.85
HSL 144.83º 0.64% 0.09% -
HSV(B) 144.83º 0.78% 0.15% -
XYZ 0.89 1.43 0.89 -
YUV 26.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 8 37 20 0.78 0 0.46 0.85 144.83 0.64 0.09
Hex 8 25 14 4E 0 2E 55 91 40 9
Octal 10 45 24 116 0 56 125 221 100 11
Binary 1000 100101 10100 1001110 0 101110 1010101 10010001 1000000 1001

Color Harmonies of #082514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082514

Black with #082514

Text Example


Text Example

White with #082514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082514; }

 p { color: rgb(8,37,20); }

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

background-color css

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

 a { background-color: rgb(8,37,20); }

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

border-color css

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

 span { border-color: rgb(8,37,20); }

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