Html Css Color HEX #082713 Dark Green

📋 copy color: '#082713'

red 8 ◦ green 39 ◦ blue 19

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

Shades of Dark Green #082713

Tints of Dark Green #082713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 59.09%

 BLUE value IS 19 (7.81% from 255) = 28.79%

R = 12.12%
G = 59.09%
B = 28.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#082713 (or 0x082713) is known color: Dark Green. HEX triplet: 08, 27 and 13. RGB value is (8,39,19). Sum of RGB (Red+Green+Blue) = 8+39+19=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #082713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082713 is #F7D8EC. Grayscale: #1B1B1B. Windows color (decimal): -16242925 or 1255176. OLE color: 1255176.

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

Color convert

RGB 8 39 19 -
CMYK 0.79 0 0.51 0.85
HSL 141.29º 0.66% 0.09% -
HSV(B) 141.29º 0.79% 0.15% -
XYZ 0.94 1.55 0.87 -
YUV 27.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 8 39 19 0.79 0 0.51 0.85 141.29 0.66 0.09
Hex 8 27 13 4F 0 33 55 8D 42 9
Octal 10 47 23 117 0 63 125 215 102 11
Binary 1000 100111 10011 1001111 0 110011 1010101 10001101 1000010 1001

Color Harmonies of #082713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082713

Black with #082713

Text Example


Text Example

White with #082713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082713; }

 p { color: rgb(8,39,19); }

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

background-color css

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

 a { background-color: rgb(8,39,19); }

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

border-color css

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

 span { border-color: rgb(8,39,19); }

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