#308f3e

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

Shades of Japanese Laurel #308F3E

Tints of Japanese Laurel #308F3E

Color information

#308F3E (or 0x308F3E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 8F and 3E. RGB value is (48,143,62). Sum of RGB (Red+Green+Blue) = 48+143+62=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #308F3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308F3E is #CF70C1. Grayscale: #696969. Windows color (decimal): -13594818 or 4099888. OLE color: 4099888.

HSL color Cylindrical-coordinate representation of color #308F3E: hue angle of 128.84º 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 #308F3E is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB4814362-
CMYK0.6600.570.44
HSL128.84º49.74%37.45%-
HSV(B)128.84º66.43%56.08%-
XYZ11.9120.627.91-
YUV105.36103.5387.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 143 (56.25% from 255) = 56.52%
BLUE value IS 62 (24.61% from 255) = 24.51%
R=18.97%
G=56.52%
B=24.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48143620.6600.570.44128.8449.7437.45
Hex308F3E420392C813225
Octal6021776102071542016245
Binary110000100011111111101000010011100110110010000001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308f3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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