Html Css Color HEX #082521 Dark Green

📋 copy color: '#082521'

red 8 ◦ green 37 ◦ blue 33

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

Shades of Dark Green #082521

Tints of Dark Green #082521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 47.44%

 BLUE value IS 33 (13.28% from 255) = 42.31%

R = 10.26%
G = 47.44%
B = 42.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#082521 (or 0x082521) is known color: Dark Green. HEX triplet: 08, 25 and 21. RGB value is (8,37,33). Sum of RGB (Red+Green+Blue) = 8+37+33=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #082521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082521 is #F7DADE. Grayscale: #1B1B1B. Windows color (decimal): -16243423 or 2172168. OLE color: 2172168.

HSL color Cylindrical-coordinate representation of color #082521: hue angle of 171.72º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082521 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 37 33 -
CMYK 0.78 0 0.11 0.85
HSL 171.72º 0.64% 0.09% -
HSV(B) 171.72º 0.78% 0.15% -
XYZ 1.04 1.48 1.67 -
YUV 27.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 8 37 33 0.78 0 0.11 0.85 171.72 0.64 0.09
Hex 8 25 21 4E 0 B 55 AC 40 9
Octal 10 45 41 116 0 13 125 254 100 11
Binary 1000 100101 100001 1001110 0 1011 1010101 10101100 1000000 1001

Color Harmonies of #082521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082521

Black with #082521

Text Example


Text Example

White with #082521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082521; }

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

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

background-color css

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

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

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

border-color css

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

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

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