#082F1B

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

Shades of Dark Green #082F1B

Tints of Dark Green #082F1B

Color information

#082F1B (or 0x082F1B) is unknown color: approx Dark Green. HEX triplet: 08, 2F and 1B. RGB value is (8,47,27). Sum of RGB (Red+Green+Blue) = 8+47+27=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #082F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F1B is #F7D0E4. Grayscale: #212121. Windows color (decimal): -16240869 or 1781512. OLE color: 1781512.

HSL color Cylindrical-coordinate representation of color #082F1B: hue angle of 149.23º 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 #082F1B is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB84727-
CMYK0.8300.430.82
HSL149.23º70.91%10.78%-
HSV(B)149.23º82.98%18.43%-
XYZ1.312.161.39-
YUV33.06124.58110.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 47 (18.75% from 255) = 57.32%
BLUE value IS 27 (10.94% from 255) = 32.93%
R=9.76%
G=57.32%
B=32.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal847270.8300.430.82149.2370.9110.78
Hex82F1B5302B529547b
Octal10573312305312222510713
Binary1000101111110111010011010101110100101001010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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