#298634

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

Shades of Japanese Laurel #298634

Tints of Japanese Laurel #298634

Color information

#298634 (or 0x298634) is unknown color: approx Japanese Laurel. HEX triplet: 29, 86 and 34. RGB value is (41,134,52). Sum of RGB (Red+Green+Blue) = 41+134+52=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #298634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298634 is #D679CB. Grayscale: #616161. Windows color (decimal): -14055884 or 3442217. OLE color: 3442217.

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

Color convert

RGB4113452-
CMYK0.6900.610.47
HSL127.1º53.14%34.31%-
HSV(B)127.1º69.4%52.55%-
XYZ10.0617.776.15-
YUV96.84102.6988.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 134 (52.73% from 255) = 59.03%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=18.06%
G=59.03%
B=22.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41134520.6900.610.47127.153.1434.31
Hex2986344503D2F7f3522
Octal5120664105075571776542
Binary10100110000110110100100010101111011011111111111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298634; }

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

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

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

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

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

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

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

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