#082517

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

Shades of Dark Green #082517

Tints of Dark Green #082517

Color information

#082517 (or 0x082517) is unknown color: approx Dark Green. HEX triplet: 08, 25 and 17. RGB value is (8,37,23). Sum of RGB (Red+Green+Blue) = 8+37+23=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #082517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082517 is #F7DAE8. Grayscale: #1A1A1A. Windows color (decimal): -16243433 or 1516808. OLE color: 1516808.

HSL color Cylindrical-coordinate representation of color #082517: hue angle of 151.03º 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 #082517 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB83723-
CMYK0.7800.380.85
HSL151.03º64.44%8.82%-
HSV(B)151.03º78.38%14.51%-
XYZ0.921.441.04-
YUV26.73125.89114.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.76%
GREEN value IS 37 (14.84% from 255) = 54.41%
BLUE value IS 23 (9.38% from 255) = 33.82%
R=11.76%
G=54.41%
B=33.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal837230.7800.380.85151.0364.448.82
Hex825174E0265597409
Octal10452711604612522710011
Binary1000100101101111001110010011010101011001011110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082517; }

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

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

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

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

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

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

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

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