#308937

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

Shades of Japanese Laurel #308937

Tints of Japanese Laurel #308937

Color information

#308937 (or 0x308937) is unknown color: approx Japanese Laurel. HEX triplet: 30, 89 and 37. RGB value is (48,137,55). Sum of RGB (Red+Green+Blue) = 48+137+55=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #308937 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308937 is #CF76C8. Grayscale: #656565. Windows color (decimal): -13596361 or 3639600. OLE color: 3639600.

HSL color Cylindrical-coordinate representation of color #308937: hue angle of 124.72º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308937 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB4813755-
CMYK0.6500.600.46
HSL124.72º48.11%36.27%-
HSV(B)124.72º64.96%53.73%-
XYZ10.8518.86.67-
YUV101.04102.0190.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 137 (53.91% from 255) = 57.08%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=20%
G=57.08%
B=22.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48137550.6500.600.46124.7248.1136.27
Hex3089374103C2E7d3024
Octal6021167101074561756044
Binary11000010001001110111100000101111001011101111101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308937; }

 p { color: rgb(48,137,55); }

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

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

 a { background-color: rgb(48,137,55); }

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

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

 span { border-color: rgb(48,137,55); }

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