Html Css Color HEX #08302D Dark Green

📋 copy color: '#08302D'

red 8 ◦ green 48 ◦ blue 45

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

Shades of Dark Green #08302D

Tints of Dark Green #08302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 44.55%

R = 7.92%
G = 47.52%
B = 44.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#08302D (or 0x08302D) is known color: Dark Green. HEX triplet: 08, 30 and 2D. RGB value is (8,48,45). Sum of RGB (Red+Green+Blue) = 8+48+45=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #08302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08302D is #F7CFD2. Grayscale: #232323. Windows color (decimal): -16240595 or 2961416. OLE color: 2961416.

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

Color convert

RGB 8 48 45 -
CMYK 0.83 0 0.06 0.81
HSL 175.5º 0.71% 0.11% -
HSV(B) 175.5º 0.83% 0.19% -
XYZ 1.63 2.35 2.85 -
YUV 35.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 8 48 45 0.83 0 0.06 0.81 175.5 0.71 0.11
Hex 8 30 2D 53 0 6 51 B0 47 B
Octal 10 60 55 123 0 6 121 260 107 13
Binary 1000 110000 101101 1010011 0 110 1010001 10110000 1000111 1011

Color Harmonies of #08302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08302D

Black with #08302D

Text Example


Text Example

White with #08302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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