Html Css Color HEX #347B2F Japanese Laurel

📋 copy color: '#347B2F'

red 52 ◦ green 123 ◦ blue 47

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

Shades of Japanese Laurel #347B2F

Tints of Japanese Laurel #347B2F

RGB

 RED value IS 52 (20.7% 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 value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#347B2F (or 0x347B2F) is known color: 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

RGB 52 123 47 -
CMYK 0.58 0 0.62 0.52
HSL 116.05º 0.45% 0.33% -
HSV(B) 116.05º 0.62% 0.48% -
XYZ 9.01 15.1 5.13 -
YUV 93.11 101.98 98.68 -
System Red Green Blue C M Y K H S L
Decimal 52 123 47 0.58 0 0.62 0.52 116.05 0.45 0.33
Hex 34 7B 2F 3A 0 3E 34 74 2D 21
Octal 64 173 57 72 0 76 64 164 55 41
Binary 110100 1111011 101111 111010 0 111110 110100 1110100 101101 100001

Color Harmonies of #347B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B2F

Black with #347B2F

Text Example


Text Example

White with #347B2F

Text Example


Text Example

HTML Codes & Css Web 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>