Html Css Color HEX #082413 Dark Green

📋 copy color: '#082413'

red 8 ◦ green 36 ◦ blue 19

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

Shades of Dark Green #082413

Tints of Dark Green #082413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 57.14%

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

R = 12.7%
G = 57.14%
B = 30.16%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#082413 (or 0x082413) is known color: Dark Green. HEX triplet: 08, 24 and 13. RGB value is (8,36,19). Sum of RGB (Red+Green+Blue) = 8+36+19=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #082413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082413 is #F7DBEC. Grayscale: #191919. Windows color (decimal): -16243693 or 1254408. OLE color: 1254408.

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

Color convert

RGB 8 36 19 -
CMYK 0.78 0 0.47 0.86
HSL 143.57º 0.64% 0.09% -
HSV(B) 143.57º 0.78% 0.14% -
XYZ 0.85 1.36 0.83 -
YUV 25.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 8 36 19 0.78 0 0.47 0.86 143.57 0.64 0.09
Hex 8 24 13 4E 0 2F 56 90 40 9
Octal 10 44 23 116 0 57 126 220 100 11
Binary 1000 100100 10011 1001110 0 101111 1010110 10010000 1000000 1001

Color Harmonies of #082413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082413

Black with #082413

Text Example


Text Example

White with #082413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082413; }

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

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

background-color css

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

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

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

border-color css

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

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

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