#082F17

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

Shades of Dark Green #082F17

Tints of Dark Green #082F17

Color information

#082F17 (or 0x082F17) is unknown color: approx Dark Green. HEX triplet: 08, 2F and 17. RGB value is (8,47,23). Sum of RGB (Red+Green+Blue) = 8+47+23=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 47 (18.75% from 255 or 60.26% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 47 - color contains mainly: green. Hex color #082F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082F17 is #F7D0E8. Grayscale: #202020. Windows color (decimal): -16240873 or 1519368. OLE color: 1519368.

HSL color Cylindrical-coordinate representation of color #082F17: hue angle of 143.08º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082F17 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.82.

Color convert

RGB84723-
CMYK0.8300.510.82
HSL143.08º70.91%10.78%-
HSV(B)143.08º82.98%18.43%-
XYZ1.272.151.16-
YUV32.6122.58110.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 47 (18.75% from 255) = 60.26%
BLUE value IS 23 (9.38% from 255) = 29.49%
R=10.26%
G=60.26%
B=29.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal847230.8300.510.82143.0870.9110.78
Hex82F1753033528f47b
Octal10572712306312221710713
Binary1000101111101111010011011001110100101000111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082F17; }

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

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

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

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

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

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

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

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