#298234

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

Shades of Japanese Laurel #298234

Tints of Japanese Laurel #298234

Color information

#298234 (or 0x298234) is unknown color: approx Japanese Laurel. HEX triplet: 29, 82 and 34. RGB value is (41,130,52). Sum of RGB (Red+Green+Blue) = 41+130+52=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #298234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298234 is #D67DCB. Grayscale: #5E5E5E. Windows color (decimal): -14056908 or 3441193. OLE color: 3441193.

HSL color Cylindrical-coordinate representation of color #298234: hue angle of 127.42º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298234 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB4113052-
CMYK0.6800.600.49
HSL127.42º52.05%33.53%-
HSV(B)127.42º68.46%50.98%-
XYZ9.5216.685.97-
YUV94.5104.0189.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 130 (51.17% from 255) = 58.30%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=18.39%
G=58.30%
B=23.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41130520.6800.600.49127.4252.0533.53
Hex2982344403C317f3422
Octal5120264104074611776442
Binary10100110000010110100100010001111001100011111111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298234; }

 p { color: rgb(41,130,52); }

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

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

 a { background-color: rgb(41,130,52); }

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

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

 span { border-color: rgb(41,130,52); }

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