#08281E

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

Shades of Dark Green #08281E

Tints of Dark Green #08281E

Color information

#08281E (or 0x08281E) is unknown color: approx Dark Green. HEX triplet: 08, 28 and 1E. RGB value is (8,40,30). Sum of RGB (Red+Green+Blue) = 8+40+30=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #08281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08281E is #F7D7E1. Grayscale: #1D1D1D. Windows color (decimal): -16242658 or 1976328. OLE color: 1976328.

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

Color convert

RGB84030-
CMYK0.8000.250.84
HSL161.25º66.67%9.41%-
HSV(B)161.25º80%15.69%-
XYZ1.091.661.49-
YUV29.29128.4112.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 40 (16.02% from 255) = 51.28%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=10.26%
G=51.28%
B=38.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal840300.8000.250.84161.2566.679.41
Hex8281E5001954a1439
Octal10503612003112424110311
Binary100010100011110101000001100110101001010000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08281E; }

 p { color: rgb(8,40,30); }

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

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

 a { background-color: rgb(8,40,30); }

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

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

 span { border-color: rgb(8,40,30); }

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