#08221B

Color #08221B Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #08221B

Tints of Dark Green #08221B

Color information

#08221B (or 0x08221B) is unknown color: approx Dark Green. HEX triplet: 08, 22 and 1B. RGB value is (8,34,27). Sum of RGB (Red+Green+Blue) = 8+34+27=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 34 (13.67% from 255 or 49.28% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 34 - color contains mainly: green. Hex color #08221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08221B is #F7DDE4. Grayscale: #191919. Windows color (decimal): -16244197 or 1778184. OLE color: 1778184.

HSL color Cylindrical-coordinate representation of color #08221B: hue angle of 163.85º 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 #08221B is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB83427-
CMYK0.7600.210.87
HSL163.85º61.9%8.24%-
HSV(B)163.85º76.47%13.33%-
XYZ0.871.271.24-
YUV25.43128.89115.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.59%
GREEN value IS 34 (13.67% from 255) = 49.28%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=11.59%
G=49.28%
B=39.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal834270.7600.210.87163.8561.98.24
Hex8221B4C01557a43e8
Octal1042331140251272447610
Binary10001000101101110011000101011010111101001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08221B;
 }
 .AnyTagClassName
 {
   color: #08221B;
 }
</style>
background-color css

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

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

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

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

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

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