#298432

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

Shades of Japanese Laurel #298432

Tints of Japanese Laurel #298432

Color information

#298432 (or 0x298432) is unknown color: approx Japanese Laurel. HEX triplet: 29, 84 and 32. RGB value is (41,132,50). Sum of RGB (Red+Green+Blue) = 41+132+50=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #298432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298432 is #D67BCD. Grayscale: #5F5F5F. Windows color (decimal): -14056398 or 3310633. OLE color: 3310633.

HSL color Cylindrical-coordinate representation of color #298432: hue angle of 125.93º 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 #298432 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB4113250-
CMYK0.6900.620.48
HSL125.93º52.6%33.92%-
HSV(B)125.93º68.94%51.76%-
XYZ9.7417.25.82-
YUV95.44102.3589.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 132 (51.95% from 255) = 59.19%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=18.39%
G=59.19%
B=22.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41132500.6900.620.48125.9352.633.92
Hex2984324503E307e3522
Octal5120462105076601766542
Binary10100110000100110010100010101111101100001111110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298432; }

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

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

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

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

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

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

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

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