#347B2F

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

Shades of Japanese Laurel #347B2F

Tints of Japanese Laurel #347B2F

Color information

#347B2F (or 0x347B2F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7B and 2F. RGB value is (52,123,47). Sum of RGB (Red+Green+Blue) = 52+123+47=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #347B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B2F is #CB84D0. Grayscale: #5D5D5D. Windows color (decimal): -13337809 or 3111732. OLE color: 3111732.

HSL color Cylindrical-coordinate representation of color #347B2F: hue angle of 116.05º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #347B2F is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB5212347-
CMYK0.5800.620.52
HSL116.05º44.71%33.33%-
HSV(B)116.05º61.79%48.24%-
XYZ9.0115.15.13-
YUV93.11101.9898.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 123 (48.44% from 255) = 55.41%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=23.42%
G=55.41%
B=21.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123470.5800.620.52116.0544.7133.33
Hex347B2F3A03E34742d21
Octal641735772076641645541
Binary110100111101110111111101001111101101001110100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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