#307938

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

Shades of Japanese Laurel #307938

Tints of Japanese Laurel #307938

Color information

#307938 (or 0x307938) is unknown color: approx Japanese Laurel. HEX triplet: 30, 79 and 38. RGB value is (48,121,56). Sum of RGB (Red+Green+Blue) = 48+121+56=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #307938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307938 is #CF86C7. Grayscale: #5B5B5B. Windows color (decimal): -13600456 or 3701040. OLE color: 3701040.

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

Color convert

RGB4812156-
CMYK0.6000.540.53
HSL126.58º43.2%33.14%-
HSV(B)126.58º60.33%47.45%-
XYZ8.7714.596.1-
YUV91.76107.8296.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 121 (47.66% from 255) = 53.78%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=21.33%
G=53.78%
B=24.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48121560.6000.540.53126.5843.233.14
Hex3079383C036357f2b21
Octal601717074066651775341
Binary110000111100111100011110001101101101011111111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307938; }

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

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

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

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

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

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

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

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