Html Css Color HEX #08301D Dark Green

📋 copy color: '#08301D'

red 8 ◦ green 48 ◦ blue 29

#08301D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #08301D

Tints of Dark Green #08301D

RGB

 RED value IS 8 (3.52% from 255) = 9.41%

 GREEN value IS 48 (19.14% from 255) = 56.47%

 BLUE value IS 29 (11.72% from 255) = 34.12%

R = 9.41%
G = 56.47%
B = 34.12%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#08301D (or 0x08301D) is known color: Dark Green. HEX triplet: 08, 30 and 1D. RGB value is (8,48,29). Sum of RGB (Red+Green+Blue) = 8+48+29=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #08301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08301D is #F7CFE2. Grayscale: #212121. Windows color (decimal): -16240611 or 1912840. OLE color: 1912840.

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

Color convert

RGB 8 48 29 -
CMYK 0.83 0 0.40 0.81
HSL 151.5º 0.71% 0.11% -
HSV(B) 151.5º 0.83% 0.19% -
XYZ 1.38 2.25 1.52 -
YUV 33.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 8 48 29 0.83 0 0.40 0.81 151.5 0.71 0.11
Hex 8 30 1D 53 0 28 51 98 47 B
Octal 10 60 35 123 0 50 121 230 107 13
Binary 1000 110000 11101 1010011 0 101000 1010001 10011000 1000111 1011

Color Harmonies of #08301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08301D

Black with #08301D

Text Example


Text Example

White with #08301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08301D;
 }
 .AnyTagClassName
 {
   color: #08301D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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