#07211B

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

Shades of Dark Green #07211B

Tints of Dark Green #07211B

Color information

#07211B (or 0x07211B) is unknown color: approx Dark Green. HEX triplet: 07, 21 and 1B. RGB value is (7,33,27). Sum of RGB (Red+Green+Blue) = 7+33+27=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #07211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07211B is #F8DEE4. Grayscale: #181818. Windows color (decimal): -16309989 or 1777927. OLE color: 1777927.

HSL color Cylindrical-coordinate representation of color #07211B: hue angle of 166.15º degrees, saturation: 0.65, 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 #07211B is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB73327-
CMYK0.7900.180.87
HSL166.15º65%7.84%-
HSV(B)166.15º78.79%12.94%-
XYZ0.831.211.23-
YUV24.54129.39115.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.45%
GREEN value IS 33 (13.28% from 255) = 49.25%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=10.45%
G=49.25%
B=40.30%

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
Decimal733270.7900.180.87166.15657.84
Hex7211B4F01257a6418
Octal7413311702212724610110
Binary11110000111011100111101001010101111010011010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,33,27); }

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

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

 a { background-color: rgb(7,33,27); }

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

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

 span { border-color: rgb(7,33,27); }

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