Html Css Color HEX #08221D Dark Green

📋 copy color: '#08221D'

red 8 ◦ green 34 ◦ blue 29

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

Shades of Dark Green #08221D

Tints of Dark Green #08221D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 47.89%

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

R = 11.27%
G = 47.89%
B = 40.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#08221D (or 0x08221D) is known color: Dark Green. HEX triplet: 08, 22 and 1D. RGB value is (8,34,29). Sum of RGB (Red+Green+Blue) = 8+34+29=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 34 (13.67% from 255 or 47.89% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 34 - color contains mainly: green. Hex color #08221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08221D is #F7DDE2. Grayscale: #191919. Windows color (decimal): -16244195 or 1909256. OLE color: 1909256.

HSL color Cylindrical-coordinate representation of color #08221D: hue angle of 168.46º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #08221D is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 8 34 29 -
CMYK 0.76 0 0.15 0.87
HSL 168.46º 0.62% 0.08% -
HSV(B) 168.46º 0.76% 0.13% -
XYZ 0.89 1.28 1.36 -
YUV 25.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 8 34 29 0.76 0 0.15 0.87 168.46 0.62 0.08
Hex 8 22 1D 4C 0 F 57 A8 3E 8
Octal 10 42 35 114 0 17 127 250 76 10
Binary 1000 100010 11101 1001100 0 1111 1010111 10101000 111110 1000

Color Harmonies of #08221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08221D

Black with #08221D

Text Example


Text Example

White with #08221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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