Html Css Color HEX #08302A Dark Green

📋 copy color: '#08302A'

red 8 ◦ green 48 ◦ blue 42

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

Shades of Dark Green #08302A

Tints of Dark Green #08302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 42.86%

R = 8.16%
G = 48.98%
B = 42.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#08302A (or 0x08302A) is known color: Dark Green. HEX triplet: 08, 30 and 2A. RGB value is (8,48,42). Sum of RGB (Red+Green+Blue) = 8+48+42=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #08302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08302A is #F7CFD5. Grayscale: #232323. Windows color (decimal): -16240598 or 2764808. OLE color: 2764808.

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

Color convert

RGB 8 48 42 -
CMYK 0.83 0 0.13 0.81
HSL 171º 0.71% 0.11% -
HSV(B) 171º 0.83% 0.19% -
XYZ 1.58 2.33 2.56 -
YUV 35.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 8 48 42 0.83 0 0.13 0.81 171 0.71 0.11
Hex 8 30 2A 53 0 D 51 AB 47 B
Octal 10 60 52 123 0 15 121 253 107 13
Binary 1000 110000 101010 1010011 0 1101 1010001 10101011 1000111 1011

Color Harmonies of #08302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08302A

Black with #08302A

Text Example


Text Example

White with #08302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08302A;
 }
 .AnyTagClassName
 {
   color: #08302A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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