Html Css Color HEX #07322F Dark Green

📋 copy color: '#07322F'

red 7 ◦ green 50 ◦ blue 47

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

Shades of Dark Green #07322F

Tints of Dark Green #07322F

RGB

 RED value IS 7 (3.13% from 255) = 6.73%

 GREEN value IS 50 (19.92% from 255) = 48.08%

 BLUE value IS 47 (18.75% from 255) = 45.19%

R = 6.73%
G = 48.08%
B = 45.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#07322F (or 0x07322F) is known color: Dark Green. HEX triplet: 07, 32 and 2F. RGB value is (7,50,47). Sum of RGB (Red+Green+Blue) = 7+50+47=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #07322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07322F is #F8CDD0. Grayscale: #242424. Windows color (decimal): -16305617 or 3092999. OLE color: 3092999.

HSL color Cylindrical-coordinate representation of color #07322F: hue angle of 175.81º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07322F is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 50 47 -
CMYK 0.86 0 0.06 0.80
HSL 175.81º 0.75% 0.11% -
HSV(B) 175.81º 0.86% 0.2% -
XYZ 1.74 2.53 3.09 -
YUV 36.8 133.75 106.74 -
System Red Green Blue C M Y K H S L
Decimal 7 50 47 0.86 0 0.06 0.80 175.81 0.75 0.11
Hex 7 32 2F 56 0 6 50 B0 4B B
Octal 7 62 57 126 0 6 120 260 113 13
Binary 111 110010 101111 1010110 0 110 1010000 10110000 1001011 1011

Color Harmonies of #07322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07322F

Black with #07322F

Text Example


Text Example

White with #07322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07322F; }

 p { color: rgb(7,50,47); }

 H1.HeaderClassName
 {
   color: #07322F;
 }
 .AnyTagClassName
 {
   color: #07322F;
 }
</style>

background-color css

<style>
 a { background-color: #07322F; }

 a { background-color: rgb(7,50,47); }

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

border-color css

<style>
 span { border-color: #07322F; }

 span { border-color: rgb(7,50,47); }

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