#07382F

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

Shades of Dark Green #07382F

Tints of Dark Green #07382F

Color information

#07382F (or 0x07382F) is unknown color: approx Dark Green. HEX triplet: 07, 38 and 2F. RGB value is (7,56,47). Sum of RGB (Red+Green+Blue) = 7+56+47=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #07382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07382F is #F8C7D0. Grayscale: #282828. Windows color (decimal): -16304081 or 3094535. OLE color: 3094535.

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

Color convert

RGB75647-
CMYK0.8800.160.78
HSL168.98º77.78%12.35%-
HSV(B)168.98º87.5%21.96%-
XYZ2.013.083.18-
YUV40.32131.77104.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 56 (22.27% from 255) = 50.91%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=6.36%
G=50.91%
B=42.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal756470.8800.160.78168.9877.7812.35
Hex7382F580104Ea94ec
Octal7705713002011625111614
Binary111111000101111101100001000010011101010100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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