#298034

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

Shades of Japanese Laurel #298034

Tints of Japanese Laurel #298034

Color information

#298034 (or 0x298034) is unknown color: approx Japanese Laurel. HEX triplet: 29, 80 and 34. RGB value is (41,128,52). Sum of RGB (Red+Green+Blue) = 41+128+52=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #298034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298034 is #D67FCB. Grayscale: #5D5D5D. Windows color (decimal): -14057420 or 3440681. OLE color: 3440681.

HSL color Cylindrical-coordinate representation of color #298034: hue angle of 127.59º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298034 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB4112852-
CMYK0.6800.590.50
HSL127.59º51.48%33.14%-
HSV(B)127.59º67.97%50.2%-
XYZ9.2516.165.88-
YUV93.32104.6890.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 128 (50.39% from 255) = 57.92%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=18.55%
G=57.92%
B=23.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41128520.6800.590.50127.5951.4833.14
Hex2980344403B32803321
Octal5120064104073622006341
Binary101001100000001101001000100011101111001010000000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298034; }

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

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

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

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

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

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

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

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