Html Css Color HEX #082314 Dark Green

📋 copy color: '#082314'

red 8 ◦ green 35 ◦ blue 20

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

Shades of Dark Green #082314

Tints of Dark Green #082314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 31.75%

R = 12.7%
G = 55.56%
B = 31.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#082314 (or 0x082314) is known color: Dark Green. HEX triplet: 08, 23 and 14. RGB value is (8,35,20). Sum of RGB (Red+Green+Blue) = 8+35+20=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #082314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082314 is #F7DCEB. Grayscale: #191919. Windows color (decimal): -16243948 or 1319688. OLE color: 1319688.

HSL color Cylindrical-coordinate representation of color #082314: hue angle of 146.67º 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 #082314 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB 8 35 20 -
CMYK 0.77 0 0.43 0.86
HSL 146.67º 0.63% 0.08% -
HSV(B) 146.67º 0.77% 0.14% -
XYZ 0.83 1.3 0.87 -
YUV 25.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 8 35 20 0.77 0 0.43 0.86 146.67 0.63 0.08
Hex 8 23 14 4D 0 2B 56 93 3F 8
Octal 10 43 24 115 0 53 126 223 77 10
Binary 1000 100011 10100 1001101 0 101011 1010110 10010011 111111 1000

Color Harmonies of #082314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082314

Black with #082314

Text Example


Text Example

White with #082314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082314; }

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

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

background-color css

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

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

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

border-color css

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

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

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