#07342B

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

Shades of Dark Green #07342B

Tints of Dark Green #07342B

Color information

#07342B (or 0x07342B) is unknown color: approx Dark Green. HEX triplet: 07, 34 and 2B. RGB value is (7,52,43). Sum of RGB (Red+Green+Blue) = 7+52+43=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #07342B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07342B is #F8CBD4. Grayscale: #252525. Windows color (decimal): -16305109 or 2831367. OLE color: 2831367.

HSL color Cylindrical-coordinate representation of color #07342B: hue angle of 168º 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 #07342B is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB75243-
CMYK0.8700.170.80
HSL168º76.27%11.57%-
HSV(B)168º86.54%20.39%-
XYZ1.752.682.71-
YUV37.52131.09106.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 43 (17.19% from 255) = 42.16%
R=6.86%
G=50.98%
B=42.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal752430.8700.170.8016876.2711.57
Hex7342B5701150a84cc
Octal7645312702112025011414
Binary111110100101011101011101000110100001010100010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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