Html Css Color HEX #08352D Dark Green

📋 copy color: '#08352D'

red 8 ◦ green 53 ◦ blue 45

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

Shades of Dark Green #08352D

Tints of Dark Green #08352D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 50%

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

R = 7.55%
G = 50%
B = 42.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#08352D (or 0x08352D) is known color: Dark Green. HEX triplet: 08, 35 and 2D. RGB value is (8,53,45). Sum of RGB (Red+Green+Blue) = 8+53+45=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 53 (21.09% from 255 or 50% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 53 - color contains mainly: green. Hex color #08352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08352D is #F7CAD2. Grayscale: #262626. Windows color (decimal): -16239315 or 2962696. OLE color: 2962696.

HSL color Cylindrical-coordinate representation of color #08352D: hue angle of 169.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08352D is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 53 45 -
CMYK 0.85 0 0.15 0.79
HSL 169.33º 0.74% 0.12% -
HSV(B) 169.33º 0.85% 0.21% -
XYZ 1.85 2.79 2.92 -
YUV 38.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 8 53 45 0.85 0 0.15 0.79 169.33 0.74 0.12
Hex 8 35 2D 55 0 F 4F A9 4A C
Octal 10 65 55 125 0 17 117 251 112 14
Binary 1000 110101 101101 1010101 0 1111 1001111 10101001 1001010 1100

Color Harmonies of #08352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08352D

Black with #08352D

Text Example


Text Example

White with #08352D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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