Html Css Color HEX #348030 Japanese Laurel

📋 copy color: '#348030'

red 52 ◦ green 128 ◦ blue 48

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

Shades of Japanese Laurel #348030

Tints of Japanese Laurel #348030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.14%

 BLUE value IS 48 (19.14% from 255) = 21.05%

R = 22.81%
G = 56.14%
B = 21.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#348030 (or 0x348030) is known color: Japanese Laurel. HEX triplet: 34, 80 and 30. RGB value is (52,128,48). Sum of RGB (Red+Green+Blue) = 52+128+48=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #348030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348030 is #CB7FCF. Grayscale: #606060. Windows color (decimal): -13336528 or 3178548. OLE color: 3178548.

HSL color Cylindrical-coordinate representation of color #348030: hue angle of 117º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348030 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 48 -
CMYK 0.59 0 0.62 0.50
HSL 117º 0.45% 0.35% -
HSV(B) 117º 0.63% 0.5% -
XYZ 9.67 16.38 5.45 -
YUV 96.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 52 128 48 0.59 0 0.62 0.50 117 0.45 0.35
Hex 34 80 30 3B 0 3E 32 75 2D 23
Octal 64 200 60 73 0 76 62 165 55 43
Binary 110100 10000000 110000 111011 0 111110 110010 1110101 101101 100011

Color Harmonies of #348030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348030

Black with #348030

Text Example


Text Example

White with #348030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348030; }

 p { color: rgb(52,128,48); }

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

background-color css

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

 a { background-color: rgb(52,128,48); }

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

border-color css

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

 span { border-color: rgb(52,128,48); }

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