#307A40

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

Shades of Japanese Laurel #307A40

Tints of Japanese Laurel #307A40

Color information

#307A40 (or 0x307A40) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7A and 40. RGB value is (48,122,64). Sum of RGB (Red+Green+Blue) = 48+122+64=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #307A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A40 is #CF85BF. Grayscale: #5D5D5D. Windows color (decimal): -13600192 or 4225584. OLE color: 4225584.

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

Color convert

RGB4812264-
CMYK0.6100.480.52
HSL132.97º43.53%33.33%-
HSV(B)132.97º60.66%47.84%-
XYZ9.114.927.25-
YUV93.26111.4895.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 122 (48.05% from 255) = 52.14%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=20.51%
G=52.14%
B=27.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122640.6100.480.52132.9743.5333.33
Hex307A403D03034852c21
Octal6017210075060642055441
Binary11000011110101000000111101011000011010010000101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307A40; }

 p { color: rgb(48,122,64); }

 H1.HeaderClassName
 {
   color: #307A40;
 }
 .AnyTagClassName
 {
   color: #307A40;
 }
</style>
background-color css

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

 a { background-color: rgb(48,122,64); }

 div.DivClassName
 {
   background-color: #307A40;
 }
 .BgClassName
 {
   background-color: #307A40;
 }
</style>
border-color css

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

 span { border-color: rgb(48,122,64); }

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