Html Css Color HEX #347D2F Japanese Laurel

📋 copy color: '#347D2F'

red 52 ◦ green 125 ◦ blue 47

#347D2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #347D2F

Tints of Japanese Laurel #347D2F

RGB

 RED value IS 52 (20.7% from 255) = 23.21%

 GREEN value IS 125 (49.22% from 255) = 55.8%

 BLUE value IS 47 (18.75% from 255) = 20.98%

R = 23.21%
G = 55.8%
B = 20.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#347D2F (or 0x347D2F) is known color: Japanese Laurel. HEX triplet: 34, 7D and 2F. RGB value is (52,125,47). Sum of RGB (Red+Green+Blue) = 52+125+47=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #347D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347D2F is #CB82D0. Grayscale: #5E5E5E. Windows color (decimal): -13337297 or 3112244. OLE color: 3112244.

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

Color convert

RGB 52 125 47 -
CMYK 0.58 0 0.62 0.51
HSL 116.15º 0.45% 0.34% -
HSV(B) 116.15º 0.62% 0.49% -
XYZ 9.26 15.6 5.21 -
YUV 94.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 52 125 47 0.58 0 0.62 0.51 116.15 0.45 0.34
Hex 34 7D 2F 3A 0 3E 33 74 2D 22
Octal 64 175 57 72 0 76 63 164 55 42
Binary 110100 1111101 101111 111010 0 111110 110011 1110100 101101 100010

Color Harmonies of #347D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D2F

Black with #347D2F

Text Example


Text Example

White with #347D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #347D2F;
 }
 .AnyTagClassName
 {
   color: #347D2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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