#30793F

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

Shades of Japanese Laurel #30793F

Tints of Japanese Laurel #30793F

Color information

#30793F (or 0x30793F) is unknown color: approx Japanese Laurel. HEX triplet: 30, 79 and 3F. RGB value is (48,121,63). Sum of RGB (Red+Green+Blue) = 48+121+63=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #30793F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30793F is #CF86C0. Grayscale: #5C5C5C. Windows color (decimal): -13600449 or 4159792. OLE color: 4159792.

HSL color Cylindrical-coordinate representation of color #30793F: hue angle of 132.33º 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 #30793F is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB4812163-
CMYK0.6000.480.53
HSL132.33º43.2%33.14%-
HSV(B)132.33º60.33%47.45%-
XYZ8.9514.667.06-
YUV92.56111.3296.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 121 (47.66% from 255) = 52.16%
BLUE value IS 63 (25% from 255) = 27.16%
R=20.69%
G=52.16%
B=27.16%

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
Decimal48121630.6000.480.53132.3343.233.14
Hex30793F3C03035842b21
Octal601717774060652045341
Binary1100001111001111111111100011000011010110000100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30793F; }

 p { color: rgb(48,121,63); }

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

<style>
 a { background-color: #30793F; }

 a { background-color: rgb(48,121,63); }

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

<style>
 span { border-color: #30793F; }

 span { border-color: rgb(48,121,63); }

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