#298737

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

Shades of Japanese Laurel #298737

Tints of Japanese Laurel #298737

Color information

#298737 (or 0x298737) is unknown color: approx Japanese Laurel. HEX triplet: 29, 87 and 37. RGB value is (41,135,55). Sum of RGB (Red+Green+Blue) = 41+135+55=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #298737 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298737 is #D678C8. Grayscale: #616161. Windows color (decimal): -14055625 or 3639081. OLE color: 3639081.

HSL color Cylindrical-coordinate representation of color #298737: hue angle of 128.94º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298737 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB4113555-
CMYK0.7000.590.47
HSL128.94º53.41%34.51%-
HSV(B)128.94º69.63%52.94%-
XYZ10.2718.086.56-
YUV97.77103.8687.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 135 (53.12% from 255) = 58.44%
BLUE value IS 55 (21.88% from 255) = 23.81%
R=17.75%
G=58.44%
B=23.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41135550.7000.590.47128.9453.4134.51
Hex2987374603B2F813523
Octal5120767106073572016543
Binary101001100001111101111000110011101110111110000001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298737; }

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

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

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

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

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

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

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

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