#307A3E

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

Shades of Japanese Laurel #307A3E

Tints of Japanese Laurel #307A3E

Color information

#307A3E (or 0x307A3E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7A and 3E. RGB value is (48,122,62). Sum of RGB (Red+Green+Blue) = 48+122+62=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #307A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A3E is #CF85C1. Grayscale: #5D5D5D. Windows color (decimal): -13600194 or 4094512. OLE color: 4094512.

HSL color Cylindrical-coordinate representation of color #307A3E: hue angle of 131.35º 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 #307A3E is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB4812262-
CMYK0.6100.490.52
HSL131.35º43.53%33.33%-
HSV(B)131.35º60.66%47.84%-
XYZ9.0514.96.96-
YUV93.03110.4895.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 122 (48.05% from 255) = 52.59%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=20.69%
G=52.59%
B=26.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122620.6100.490.52131.3543.5333.33
Hex307A3E3D03134832c21
Octal601727675061642035441
Binary1100001111010111110111101011000111010010000011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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