#082924

Color #082924 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #082924

Tints of Dark Green #082924

Color information

#082924 (or 0x082924) is unknown color: approx Dark Green. HEX triplet: 08, 29 and 24. RGB value is (8,41,36). Sum of RGB (Red+Green+Blue) = 8+41+36=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #082924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082924 is #F7D6DB. Grayscale: #1E1E1E. Windows color (decimal): -16242396 or 2369800. OLE color: 2369800.

HSL color Cylindrical-coordinate representation of color #082924: hue angle of 170.91º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082924 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB84136-
CMYK0.8000.120.84
HSL170.91º67.35%9.61%-
HSV(B)170.91º80.49%16.08%-
XYZ1.211.761.95-
YUV30.56131.07111.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.41%
GREEN value IS 41 (16.41% from 255) = 48.24%
BLUE value IS 36 (14.45% from 255) = 42.35%
R=9.41%
G=48.24%
B=42.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal841360.8000.120.84170.9167.359.61
Hex82924500C54ab43a
Octal10514412001412425310312
Binary100010100110010010100000110010101001010101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082924; }

 p { color: rgb(8,41,36); }

 H1.HeaderClassName
 {
   color: #082924;
 }
 .AnyTagClassName
 {
   color: #082924;
 }
</style>
background-color css

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

 a { background-color: rgb(8,41,36); }

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

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

 span { border-color: rgb(8,41,36); }

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