#347E2F

Color #347E2F Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #347E2F

Tints of Japanese Laurel #347E2F

Color information

#347E2F (or 0x347E2F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7E and 2F. RGB value is (52,126,47). Sum of RGB (Red+Green+Blue) = 52+126+47=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 126 (49.61% from 255 or 56% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 126 - color contains mainly: green. Hex color #347E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347E2F is #CB81D0. Grayscale: #5F5F5F. Windows color (decimal): -13337041 or 3112500. OLE color: 3112500.

HSL color Cylindrical-coordinate representation of color #347E2F: hue angle of 116.2º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #347E2F is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB5212647-
CMYK0.5900.630.51
HSL116.2º45.66%33.92%-
HSV(B)116.2º62.7%49.41%-
XYZ9.3915.865.26-
YUV94.87100.9897.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 126 (49.61% from 255) = 56%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=23.11%
G=56%
B=20.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52126470.5900.630.51116.245.6633.92
Hex347E2F3B03F33742e22
Octal641765773077631645642
Binary110100111111010111111101101111111100111110100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347E2F; }

 p { color: rgb(52,126,47); }

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

<style>
 a { background-color: #347E2F; }

 a { background-color: rgb(52,126,47); }

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

<style>
 span { border-color: #347E2F; }

 span { border-color: rgb(52,126,47); }

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