#07332F

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

Shades of Dark Green #07332F

Tints of Dark Green #07332F

Color information

#07332F (or 0x07332F) is unknown color: approx Dark Green. HEX triplet: 07, 33 and 2F. RGB value is (7,51,47). Sum of RGB (Red+Green+Blue) = 7+51+47=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #07332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07332F is #F8CCD0. Grayscale: #252525. Windows color (decimal): -16305361 or 3093255. OLE color: 3093255.

HSL color Cylindrical-coordinate representation of color #07332F: hue angle of 174.55º degrees, saturation: 0.76, 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 #07332F is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB75147-
CMYK0.8600.080.8
HSL174.55º75.86%11.37%-
HSV(B)174.55º86.27%20%-
XYZ1.782.623.1-
YUV37.39133.42106.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 47 (18.75% from 255) = 44.76%
R=6.67%
G=48.57%
B=44.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751470.8600.080.8174.5575.8611.37
Hex7332F560850af4cb
Octal7635712601012025711413
Binary11111001110111110101100100010100001010111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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