#08301A

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

Shades of Dark Green #08301A

Tints of Dark Green #08301A

Color information

#08301A (or 0x08301A) is unknown color: approx Dark Green. HEX triplet: 08, 30 and 1A. RGB value is (8,48,26). Sum of RGB (Red+Green+Blue) = 8+48+26=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #08301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08301A is #F7CFE5. Grayscale: #212121. Windows color (decimal): -16240614 or 1716232. OLE color: 1716232.

HSL color Cylindrical-coordinate representation of color #08301A: hue angle of 147º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08301A is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB84826-
CMYK0.8300.460.81
HSL147º71.43%10.98%-
HSV(B)147º83.33%18.82%-
XYZ1.342.241.34-
YUV33.53123.75109.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 48 (19.14% from 255) = 58.54%
BLUE value IS 26 (10.55% from 255) = 31.71%
R=9.76%
G=58.54%
B=31.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal848260.8300.460.8114771.4310.98
Hex8301A5302E519347b
Octal10603212305612122310713
Binary1000110000110101010011010111010100011001001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08301A; }

 p { color: rgb(8,48,26); }

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

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

 a { background-color: rgb(8,48,26); }

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

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

 span { border-color: rgb(8,48,26); }

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