#07392F

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

Shades of Dark Green #07392F

Tints of Dark Green #07392F

Color information

#07392F (or 0x07392F) is unknown color: approx Dark Green. HEX triplet: 07, 39 and 2F. RGB value is (7,57,47). Sum of RGB (Red+Green+Blue) = 7+57+47=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #07392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07392F is #F8C6D0. Grayscale: #282828. Windows color (decimal): -16303825 or 3094791. OLE color: 3094791.

HSL color Cylindrical-coordinate representation of color #07392F: hue angle of 168º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07392F is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB75747-
CMYK0.8800.180.78
HSL168º78.12%12.55%-
HSV(B)168º87.72%22.35%-
XYZ2.063.183.19-
YUV40.91131.44103.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 57 (22.66% from 255) = 51.35%
BLUE value IS 47 (18.75% from 255) = 42.34%
R=6.31%
G=51.35%
B=42.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal757470.8800.180.7816878.1212.55
Hex7392F580124Ea84ed
Octal7715713002211625011615
Binary111111001101111101100001001010011101010100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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