#298436

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

Shades of Japanese Laurel #298436

Tints of Japanese Laurel #298436

Color information

#298436 (or 0x298436) is unknown color: approx Japanese Laurel. HEX triplet: 29, 84 and 36. RGB value is (41,132,54). Sum of RGB (Red+Green+Blue) = 41+132+54=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #298436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298436 is #D67BC9. Grayscale: #606060. Windows color (decimal): -14056394 or 3572777. OLE color: 3572777.

HSL color Cylindrical-coordinate representation of color #298436: hue angle of 128.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298436 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB4113254-
CMYK0.6900.590.48
HSL128.57º52.6%33.92%-
HSV(B)128.57º68.94%51.76%-
XYZ9.8317.246.3-
YUV95.9104.3588.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 132 (51.95% from 255) = 58.15%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=18.06%
G=58.15%
B=23.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41132540.6900.590.48128.5752.633.92
Hex2984364503B30813522
Octal5120466105073602016542
Binary101001100001001101101000101011101111000010000001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298436; }

 p { color: rgb(41,132,54); }

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

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

 a { background-color: rgb(41,132,54); }

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

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

 span { border-color: rgb(41,132,54); }

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