#308938

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

Shades of Japanese Laurel #308938

Tints of Japanese Laurel #308938

Color information

#308938 (or 0x308938) is unknown color: approx Japanese Laurel. HEX triplet: 30, 89 and 38. RGB value is (48,137,56). Sum of RGB (Red+Green+Blue) = 48+137+56=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #308938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308938 is #CF76C7. Grayscale: #656565. Windows color (decimal): -13596360 or 3705136. OLE color: 3705136.

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

Color convert

RGB4813756-
CMYK0.6500.590.46
HSL125.39º48.11%36.27%-
HSV(B)125.39º64.96%53.73%-
XYZ10.8818.816.8-
YUV101.16102.5190.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 137 (53.91% from 255) = 56.85%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=19.92%
G=56.85%
B=23.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48137560.6500.590.46125.3948.1136.27
Hex3089384103B2E7d3024
Octal6021170101073561756044
Binary11000010001001111000100000101110111011101111101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308938; }

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

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

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

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

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

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

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

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