Html Css Color HEX #082113 Dark Green

📋 copy color: '#082113'

red 8 ◦ green 33 ◦ blue 19

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

Shades of Dark Green #082113

Tints of Dark Green #082113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 55%

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

R = 13.33%
G = 55%
B = 31.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#082113 (or 0x082113) is known color: Dark Green. HEX triplet: 08, 21 and 13. RGB value is (8,33,19). Sum of RGB (Red+Green+Blue) = 8+33+19=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #082113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082113 is #F7DEEC. Grayscale: #171717. Windows color (decimal): -16244461 or 1253640. OLE color: 1253640.

HSL color Cylindrical-coordinate representation of color #082113: hue angle of 146.4º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #082113 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB 8 33 19 -
CMYK 0.76 0 0.42 0.87
HSL 146.4º 0.61% 0.08% -
HSV(B) 146.4º 0.76% 0.13% -
XYZ 0.76 1.19 0.8 -
YUV 23.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 8 33 19 0.76 0 0.42 0.87 146.4 0.61 0.08
Hex 8 21 13 4C 0 2A 57 92 3D 8
Octal 10 41 23 114 0 52 127 222 75 10
Binary 1000 100001 10011 1001100 0 101010 1010111 10010010 111101 1000

Color Harmonies of #082113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082113

Black with #082113

Text Example


Text Example

White with #082113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082113; }

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

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

background-color css

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

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

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

border-color css

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

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

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