#30772A

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

Shades of Japanese Laurel #30772A

Tints of Japanese Laurel #30772A

Color information

#30772A (or 0x30772A) is unknown color: approx Japanese Laurel. HEX triplet: 30, 77 and 2A. RGB value is (48,119,42). Sum of RGB (Red+Green+Blue) = 48+119+42=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #30772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30772A is #CF88D5. Grayscale: #595959. Windows color (decimal): -13600982 or 2783024. OLE color: 2783024.

HSL color Cylindrical-coordinate representation of color #30772A: hue angle of 115.32º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30772A is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB4811942-
CMYK0.6000.650.53
HSL115.32º47.83%31.57%-
HSV(B)115.32º64.71%46.67%-
XYZ8.2313.994.46-
YUV88.99101.4898.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 119 (46.88% from 255) = 56.94%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=22.97%
G=56.94%
B=20.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119420.6000.650.53115.3247.8331.57
Hex30772A3C04135733020
Octal6016752740101651636040
Binary1100001110111101010111100010000011101011110011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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