#308939

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

Shades of Japanese Laurel #308939

Tints of Japanese Laurel #308939

Color information

#308939 (or 0x308939) is unknown color: approx Japanese Laurel. HEX triplet: 30, 89 and 39. RGB value is (48,137,57). Sum of RGB (Red+Green+Blue) = 48+137+57=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #308939 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308939 is #CF76C6. Grayscale: #656565. Windows color (decimal): -13596359 or 3770672. OLE color: 3770672.

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

Color convert

RGB4813757-
CMYK0.6500.580.46
HSL126.07º48.11%36.27%-
HSV(B)126.07º64.96%53.73%-
XYZ10.918.826.93-
YUV101.27103.0190-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 137 (53.91% from 255) = 56.61%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=19.83%
G=56.61%
B=23.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48137570.6500.580.46126.0748.1136.27
Hex3089394103A2E7e3024
Octal6021171101072561766044
Binary11000010001001111001100000101110101011101111110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308939; }

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

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

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

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

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

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

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

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