Html Css Color HEX #07342F Dark Green

📋 copy color: '#07342F'

red 7 ◦ green 52 ◦ blue 47

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

Shades of Dark Green #07342F

Tints of Dark Green #07342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.06%

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

R = 6.6%
G = 49.06%
B = 44.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#07342F (or 0x07342F) is known color: Dark Green. HEX triplet: 07, 34 and 2F. RGB value is (7,52,47). Sum of RGB (Red+Green+Blue) = 7+52+47=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #07342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07342F is #F8CBD0. Grayscale: #252525. Windows color (decimal): -16305105 or 3093511. OLE color: 3093511.

HSL color Cylindrical-coordinate representation of color #07342F: hue angle of 173.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07342F is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 47 -
CMYK 0.87 0 0.10 0.80
HSL 173.33º 0.76% 0.12% -
HSV(B) 173.33º 0.87% 0.2% -
XYZ 1.83 2.71 3.12 -
YUV 37.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 7 52 47 0.87 0 0.10 0.80 173.33 0.76 0.12
Hex 7 34 2F 57 0 A 50 AD 4C C
Octal 7 64 57 127 0 12 120 255 114 14
Binary 111 110100 101111 1010111 0 1010 1010000 10101101 1001100 1100

Color Harmonies of #07342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07342F

Black with #07342F

Text Example


Text Example

White with #07342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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