#298131

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

Shades of Japanese Laurel #298131

Tints of Japanese Laurel #298131

Color information

#298131 (or 0x298131) is unknown color: approx Japanese Laurel. HEX triplet: 29, 81 and 31. RGB value is (41,129,49). Sum of RGB (Red+Green+Blue) = 41+129+49=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #298131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298131 is #D67ECE. Grayscale: #5D5D5D. Windows color (decimal): -14057167 or 3244329. OLE color: 3244329.

HSL color Cylindrical-coordinate representation of color #298131: hue angle of 125.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298131 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB4112949-
CMYK0.6800.620.49
HSL125.45º51.76%33.33%-
HSV(B)125.45º68.22%50.59%-
XYZ9.3216.395.58-
YUV93.57102.8590.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 129 (50.78% from 255) = 58.90%
BLUE value IS 49 (19.53% from 255) = 22.37%
R=18.72%
G=58.90%
B=22.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41129490.6800.620.49125.4551.7633.33
Hex2981314403E317d3421
Octal5120161104076611756441
Binary10100110000001110001100010001111101100011111101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298131; }

 p { color: rgb(41,129,49); }

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

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

 a { background-color: rgb(41,129,49); }

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

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

 span { border-color: rgb(41,129,49); }

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