#07221C

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

Shades of Dark Green #07221C

Tints of Dark Green #07221C

Color information

#07221C (or 0x07221C) is unknown color: approx Dark Green. HEX triplet: 07, 22 and 1C. RGB value is (7,34,28). Sum of RGB (Red+Green+Blue) = 7+34+28=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 34 (13.67% from 255 or 49.28% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 34 - color contains mainly: green. Hex color #07221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07221C is #F8DDE3. Grayscale: #191919. Windows color (decimal): -16309732 or 1843719. OLE color: 1843719.

HSL color Cylindrical-coordinate representation of color #07221C: hue angle of 166.67º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #07221C is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB73428-
CMYK0.7900.180.87
HSL166.67º65.85%8.04%-
HSV(B)166.67º79.41%13.33%-
XYZ0.871.271.3-
YUV25.24129.55114.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.14%
GREEN value IS 34 (13.67% from 255) = 49.28%
BLUE value IS 28 (11.33% from 255) = 40.58%
R=10.14%
G=49.28%
B=40.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal734280.7900.180.87166.6765.858.04
Hex7221C4F01257a7428
Octal7423411702212724710210
Binary11110001011100100111101001010101111010011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07221C; }

 p { color: rgb(7,34,28); }

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

<style>
 a { background-color: #07221C; }

 a { background-color: rgb(7,34,28); }

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

<style>
 span { border-color: #07221C; }

 span { border-color: rgb(7,34,28); }

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