#348030

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

Shades of Japanese Laurel #348030

Tints of Japanese Laurel #348030

Color information

#348030 (or 0x348030) is unknown color: approx 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

RGB5212848-
CMYK0.5900.620.50
HSL117º45.45%34.51%-
HSV(B)117º62.5%50.2%-
XYZ9.6716.385.45-
YUV96.16100.8296.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52128480.5900.620.5011745.4534.51
Hex3480303B03E32752d23
Octal642006073076621655543
Binary1101001000000011000011101101111101100101110101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>