#308140

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

Shades of Japanese Laurel #308140

Tints of Japanese Laurel #308140

Color information

#308140 (or 0x308140) is unknown color: approx Japanese Laurel. HEX triplet: 30, 81 and 40. RGB value is (48,129,64). Sum of RGB (Red+Green+Blue) = 48+129+64=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #308140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308140 is #CF7EBF. Grayscale: #616161. Windows color (decimal): -13598400 or 4227376. OLE color: 4227376.

HSL color Cylindrical-coordinate representation of color #308140: hue angle of 131.85º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308140 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB4812964-
CMYK0.6300.500.49
HSL131.85º45.76%34.71%-
HSV(B)131.85º62.79%50.59%-
XYZ9.9916.77.55-
YUV97.37109.1692.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 129 (50.78% from 255) = 53.53%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=19.92%
G=53.53%
B=26.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129640.6300.500.49131.8545.7634.71
Hex3081403F03231842e23
Octal6020110077062612045643
Binary110000100000011000000111111011001011000110000100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308140; }

 p { color: rgb(48,129,64); }

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

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

 a { background-color: rgb(48,129,64); }

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

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

 span { border-color: rgb(48,129,64); }

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