Html Css Color HEX #07221C Dark Green

📋 copy color: '#07221C'

red 7 ◦ green 34 ◦ blue 28

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

Shades of Dark Green #07221C

Tints of Dark Green #07221C

RGB

 RED value IS 7 (3.13% 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 value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#07221C (or 0x07221C) is known color: 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

RGB 7 34 28 -
CMYK 0.79 0 0.18 0.87
HSL 166.67º 0.66% 0.08% -
HSV(B) 166.67º 0.79% 0.13% -
XYZ 0.87 1.27 1.3 -
YUV 25.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 7 34 28 0.79 0 0.18 0.87 166.67 0.66 0.08
Hex 7 22 1C 4F 0 12 57 A7 42 8
Octal 7 42 34 117 0 22 127 247 102 10
Binary 111 100010 11100 1001111 0 10010 1010111 10100111 1000010 1000

Color Harmonies of #07221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07221C

Black with #07221C

Text Example


Text Example

White with #07221C

Text Example


Text Example

HTML Codes & Css Web 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>