#07342F

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

Shades of Dark Green #07342F

Tints of Dark Green #07342F

Color information

#07342F (or 0x07342F) is unknown color: approx 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

RGB75247-
CMYK0.8700.100.80
HSL173.33º76.27%11.57%-
HSV(B)173.33º86.54%20.39%-
XYZ1.832.713.12-
YUV37.97133.09105.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=6.60%
G=49.06%
B=44.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal752470.8700.100.80173.3376.2711.57
Hex7342F570A50ad4cc
Octal7645712701212025511414
Binary11111010010111110101110101010100001010110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>