Html Css Color HEX #082613 Dark Green

📋 copy color: '#082613'

red 8 ◦ green 38 ◦ blue 19

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

Shades of Dark Green #082613

Tints of Dark Green #082613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 58.46%

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

R = 12.31%
G = 58.46%
B = 29.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#082613 (or 0x082613) is known color: Dark Green. HEX triplet: 08, 26 and 13. RGB value is (8,38,19). Sum of RGB (Red+Green+Blue) = 8+38+19=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #082613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082613 is #F7D9EC. Grayscale: #1A1A1A. Windows color (decimal): -16243181 or 1254920. OLE color: 1254920.

HSL color Cylindrical-coordinate representation of color #082613: hue angle of 142º degrees, saturation: 0.65, 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 #082613 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 38 19 -
CMYK 0.79 0 0.50 0.85
HSL 142º 0.65% 0.09% -
HSV(B) 142º 0.79% 0.15% -
XYZ 0.91 1.48 0.85 -
YUV 26.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 8 38 19 0.79 0 0.50 0.85 142 0.65 0.09
Hex 8 26 13 4F 0 32 55 8E 41 9
Octal 10 46 23 117 0 62 125 216 101 11
Binary 1000 100110 10011 1001111 0 110010 1010101 10001110 1000001 1001

Color Harmonies of #082613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082613

Black with #082613

Text Example


Text Example

White with #082613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082613; }

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

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

background-color css

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

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

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

border-color css

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

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

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