Html Css Color HEX #347B2B Japanese Laurel

📋 copy color: '#347B2B'

red 52 ◦ green 123 ◦ blue 43

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

Shades of Japanese Laurel #347B2B

Tints of Japanese Laurel #347B2B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 56.42%

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 23.85%
G = 56.42%
B = 19.72%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#347B2B (or 0x347B2B) is known color: Japanese Laurel. HEX triplet: 34, 7B and 2B. RGB value is (52,123,43). Sum of RGB (Red+Green+Blue) = 52+123+43=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #347B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B2B is #CB84D4. Grayscale: #5C5C5C. Windows color (decimal): -13337813 or 2849588. OLE color: 2849588.

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

Color convert

RGB 52 123 43 -
CMYK 0.58 0 0.65 0.52
HSL 113.25º 0.48% 0.33% -
HSV(B) 113.25º 0.65% 0.48% -
XYZ 8.94 15.07 4.72 -
YUV 92.65 99.98 99 -
System Red Green Blue C M Y K H S L
Decimal 52 123 43 0.58 0 0.65 0.52 113.25 0.48 0.33
Hex 34 7B 2B 3A 0 41 34 71 30 21
Octal 64 173 53 72 0 101 64 161 60 41
Binary 110100 1111011 101011 111010 0 1000001 110100 1110001 110000 100001

Color Harmonies of #347B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B2B

Black with #347B2B

Text Example


Text Example

White with #347B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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