#298431

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

Shades of Japanese Laurel #298431

Tints of Japanese Laurel #298431

Color information

#298431 (or 0x298431) is unknown color: approx Japanese Laurel. HEX triplet: 29, 84 and 31. RGB value is (41,132,49). Sum of RGB (Red+Green+Blue) = 41+132+49=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #298431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298431 is #D67BCE. Grayscale: #5F5F5F. Windows color (decimal): -14056399 or 3245097. OLE color: 3245097.

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

Color convert

RGB4113249-
CMYK0.6900.630.48
HSL125.27º52.6%33.92%-
HSV(B)125.27º68.94%51.76%-
XYZ9.7217.25.71-
YUV95.33101.8589.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 132 (51.95% from 255) = 59.46%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=18.47%
G=59.46%
B=22.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41132490.6900.630.48125.2752.633.92
Hex2984314503F307d3522
Octal5120461105077601756542
Binary10100110000100110001100010101111111100001111101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298431; }

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

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

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

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

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

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

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

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