#307638

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

Shades of Japanese Laurel #307638

Tints of Japanese Laurel #307638

Color information

#307638 (or 0x307638) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 38. RGB value is (48,118,56). Sum of RGB (Red+Green+Blue) = 48+118+56=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #307638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307638 is #CF89C7. Grayscale: #5A5A5A. Windows color (decimal): -13601224 or 3700272. OLE color: 3700272.

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

Color convert

RGB4811856-
CMYK0.5900.530.54
HSL126.86º42.17%32.55%-
HSV(B)126.86º59.32%46.27%-
XYZ8.4113.875.98-
YUV90108.8198.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 118 (46.48% from 255) = 53.15%
BLUE value IS 56 (22.27% from 255) = 25.23%
R=21.62%
G=53.15%
B=25.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118560.5900.530.54126.8642.1732.55
Hex3076383B035367f2a21
Octal601667073065661775241
Binary110000111011011100011101101101011101101111111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307638; }

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

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

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

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

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

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

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

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