#308F39

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

Shades of Japanese Laurel #308F39

Tints of Japanese Laurel #308F39

Color information

#308F39 (or 0x308F39) is unknown color: approx Japanese Laurel. HEX triplet: 30, 8F and 39. RGB value is (48,143,57). Sum of RGB (Red+Green+Blue) = 48+143+57=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #308F39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308F39 is #CF70C6. Grayscale: #696969. Windows color (decimal): -13594823 or 3772208. OLE color: 3772208.

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

Color convert

RGB4814357-
CMYK0.6600.600.44
HSL125.68º49.74%37.45%-
HSV(B)125.68º66.43%56.08%-
XYZ11.7820.577.22-
YUV104.79101.0387.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 143 (56.25% from 255) = 57.66%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=19.35%
G=57.66%
B=22.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48143570.6600.600.44125.6849.7437.45
Hex308F394203C2C7e3225
Octal6021771102074541766245
Binary11000010001111111001100001001111001011001111110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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