#30773E

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

Shades of Japanese Laurel #30773E

Tints of Japanese Laurel #30773E

Color information

#30773E (or 0x30773E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 77 and 3E. RGB value is (48,119,62). Sum of RGB (Red+Green+Blue) = 48+119+62=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #30773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30773E is #CF88C1. Grayscale: #5B5B5B. Windows color (decimal): -13600962 or 4093744. OLE color: 4093744.

HSL color Cylindrical-coordinate representation of color #30773E: hue angle of 131.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30773E is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB4811962-
CMYK0.6000.480.53
HSL131.83º42.51%32.75%-
HSV(B)131.83º59.66%46.67%-
XYZ8.6914.176.83-
YUV91.27111.4897.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 62 (24.61% from 255) = 27.07%
R=20.96%
G=51.97%
B=27.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119620.6000.480.53131.8342.5132.75
Hex30773E3C03035842b21
Octal601677674060652045341
Binary1100001110111111110111100011000011010110000100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30773E; }

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

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

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

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

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

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

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

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