#298137

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

Shades of Japanese Laurel #298137

Tints of Japanese Laurel #298137

Color information

#298137 (or 0x298137) is unknown color: approx Japanese Laurel. HEX triplet: 29, 81 and 37. RGB value is (41,129,55). Sum of RGB (Red+Green+Blue) = 41+129+55=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #298137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298137 is #D67EC8. Grayscale: #5E5E5E. Windows color (decimal): -14057161 or 3637545. OLE color: 3637545.

HSL color Cylindrical-coordinate representation of color #298137: hue angle of 129.55º 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 #298137 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB4112955-
CMYK0.6800.570.49
HSL129.55º51.76%33.33%-
HSV(B)129.55º68.22%50.59%-
XYZ9.4516.456.29-
YUV94.25105.8590.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 129 (50.78% from 255) = 57.33%
BLUE value IS 55 (21.88% from 255) = 24.44%
R=18.22%
G=57.33%
B=24.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41129550.6800.570.49129.5551.7633.33
Hex2981374403931823421
Octal5120167104071612026441
Binary101001100000011101111000100011100111000110000010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298137; }

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

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

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

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

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

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

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

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