#308D39

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

Shades of Japanese Laurel #308D39

Tints of Japanese Laurel #308D39

Color information

#308D39 (or 0x308D39) is unknown color: approx Japanese Laurel. HEX triplet: 30, 8D and 39. RGB value is (48,141,57). Sum of RGB (Red+Green+Blue) = 48+141+57=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #308D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D39 is #CF72C6. Grayscale: #676767. Windows color (decimal): -13595335 or 3771696. OLE color: 3771696.

HSL color Cylindrical-coordinate representation of color #308D39: hue angle of 125.81º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D39 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB4814157-
CMYK0.6600.600.45
HSL125.81º49.21%37.06%-
HSV(B)125.81º65.96%55.29%-
XYZ11.4819.977.12-
YUV103.62101.6988.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 141 (55.47% from 255) = 57.32%
BLUE value IS 57 (22.66% from 255) = 23.17%
R=19.51%
G=57.32%
B=23.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48141570.6600.600.45125.8149.2137.06
Hex308D394203C2D7e3125
Octal6021571102074551766145
Binary11000010001101111001100001001111001011011111110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308D39; }

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

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

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

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

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

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

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

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