#308936

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

Shades of Japanese Laurel #308936

Tints of Japanese Laurel #308936

Color information

#308936 (or 0x308936) is unknown color: approx Japanese Laurel. HEX triplet: 30, 89 and 36. RGB value is (48,137,54). Sum of RGB (Red+Green+Blue) = 48+137+54=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #308936 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308936 is #CF76C9. Grayscale: #656565. Windows color (decimal): -13596362 or 3574064. OLE color: 3574064.

HSL color Cylindrical-coordinate representation of color #308936: hue angle of 124.04º 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 #308936 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB4813754-
CMYK0.6500.610.46
HSL124.04º48.11%36.27%-
HSV(B)124.04º64.96%53.73%-
XYZ10.8318.796.55-
YUV100.93101.5190.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 137 (53.91% from 255) = 57.32%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=20.08%
G=57.32%
B=22.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48137540.6500.610.46124.0448.1136.27
Hex3089364103D2E7c3024
Octal6021166101075561746044
Binary11000010001001110110100000101111011011101111100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308936; }

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

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

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

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

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

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

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

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