#08301B

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

Shades of Dark Green #08301B

Tints of Dark Green #08301B

Color information

#08301B (or 0x08301B) is unknown color: approx Dark Green. HEX triplet: 08, 30 and 1B. RGB value is (8,48,27). Sum of RGB (Red+Green+Blue) = 8+48+27=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #08301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08301B is #F7CFE4. Grayscale: #212121. Windows color (decimal): -16240613 or 1781768. OLE color: 1781768.

HSL color Cylindrical-coordinate representation of color #08301B: hue angle of 148.5º 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 #08301B is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB84827-
CMYK0.8300.440.81
HSL148.5º71.43%10.98%-
HSV(B)148.5º83.33%18.82%-
XYZ1.352.241.4-
YUV33.65124.25109.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.64%
GREEN value IS 48 (19.14% from 255) = 57.83%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=9.64%
G=57.83%
B=32.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal848270.8300.440.81148.571.4310.98
Hex8301B5302C519447b
Octal10603312305412122410713
Binary1000110000110111010011010110010100011001010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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