Html Css Color HEX #082714 Dark Green

📋 copy color: '#082714'

red 8 ◦ green 39 ◦ blue 20

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

Shades of Dark Green #082714

Tints of Dark Green #082714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 58.21%

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

R = 11.94%
G = 58.21%
B = 29.85%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#082714 (or 0x082714) is known color: Dark Green. HEX triplet: 08, 27 and 14. RGB value is (8,39,20). Sum of RGB (Red+Green+Blue) = 8+39+20=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #082714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082714 is #F7D8EB. Grayscale: #1B1B1B. Windows color (decimal): -16242924 or 1320712. OLE color: 1320712.

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

Color convert

RGB 8 39 20 -
CMYK 0.79 0 0.49 0.85
HSL 143.23º 0.66% 0.09% -
HSV(B) 143.23º 0.79% 0.15% -
XYZ 0.95 1.55 0.91 -
YUV 27.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 8 39 20 0.79 0 0.49 0.85 143.23 0.66 0.09
Hex 8 27 14 4F 0 31 55 8F 42 9
Octal 10 47 24 117 0 61 125 217 102 11
Binary 1000 100111 10100 1001111 0 110001 1010101 10001111 1000010 1001

Color Harmonies of #082714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082714

Black with #082714

Text Example


Text Example

White with #082714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082714; }

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

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

background-color css

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

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

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

border-color css

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

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

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