Html Css Color HEX #082313 Dark Green

📋 copy color: '#082313'

red 8 ◦ green 35 ◦ blue 19

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

Shades of Dark Green #082313

Tints of Dark Green #082313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 56.45%

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

R = 12.9%
G = 56.45%
B = 30.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#082313 (or 0x082313) is known color: Dark Green. HEX triplet: 08, 23 and 13. RGB value is (8,35,19). Sum of RGB (Red+Green+Blue) = 8+35+19=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #082313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082313 is #F7DCEC. Grayscale: #191919. Windows color (decimal): -16243949 or 1254152. OLE color: 1254152.

HSL color Cylindrical-coordinate representation of color #082313: hue angle of 144.44º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #082313 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB 8 35 19 -
CMYK 0.77 0 0.46 0.86
HSL 144.44º 0.63% 0.08% -
HSV(B) 144.44º 0.77% 0.14% -
XYZ 0.82 1.3 0.82 -
YUV 25.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 8 35 19 0.77 0 0.46 0.86 144.44 0.63 0.08
Hex 8 23 13 4D 0 2E 56 90 3F 8
Octal 10 43 23 115 0 56 126 220 77 10
Binary 1000 100011 10011 1001101 0 101110 1010110 10010000 111111 1000

Color Harmonies of #082313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082313

Black with #082313

Text Example


Text Example

White with #082313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082313; }

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

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

background-color css

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

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

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

border-color css

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

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

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