#30763A

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

Shades of Japanese Laurel #30763A

Tints of Japanese Laurel #30763A

Color information

#30763A (or 0x30763A) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 3A. RGB value is (48,118,58). Sum of RGB (Red+Green+Blue) = 48+118+58=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #30763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30763A is #CF89C5. Grayscale: #5A5A5A. Windows color (decimal): -13601222 or 3831344. OLE color: 3831344.

HSL color Cylindrical-coordinate representation of color #30763A: hue angle of 128.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30763A is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB4811858-
CMYK0.5900.510.54
HSL128.57º42.17%32.55%-
HSV(B)128.57º59.32%46.27%-
XYZ8.4613.896.24-
YUV90.23109.8197.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 118 (46.48% from 255) = 52.68%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=21.43%
G=52.68%
B=25.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118580.5900.510.54128.5742.1732.55
Hex30763A3B03336812a21
Octal601667273063662015241
Binary1100001110110111010111011011001111011010000001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30763A; }

 p { color: rgb(48,118,58); }

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

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

 a { background-color: rgb(48,118,58); }

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

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

 span { border-color: rgb(48,118,58); }

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