#30763B

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

Shades of Japanese Laurel #30763B

Tints of Japanese Laurel #30763B

Color information

#30763B (or 0x30763B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 3B. RGB value is (48,118,59). Sum of RGB (Red+Green+Blue) = 48+118+59=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #30763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30763B is #CF89C4. Grayscale: #5A5A5A. Windows color (decimal): -13601221 or 3896880. OLE color: 3896880.

HSL color Cylindrical-coordinate representation of color #30763B: hue angle of 129.43º 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 #30763B is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB4811859-
CMYK0.5900.500.54
HSL129.43º42.17%32.55%-
HSV(B)129.43º59.32%46.27%-
XYZ8.4913.96.37-
YUV90.34110.3197.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=21.33%
G=52.44%
B=26.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118590.5900.500.54129.4342.1732.55
Hex30763B3B03236812a21
Octal601667373062662015241
Binary1100001110110111011111011011001011011010000001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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