#298532

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

Shades of Japanese Laurel #298532

Tints of Japanese Laurel #298532

Color information

#298532 (or 0x298532) is unknown color: approx Japanese Laurel. HEX triplet: 29, 85 and 32. RGB value is (41,133,50). Sum of RGB (Red+Green+Blue) = 41+133+50=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #298532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298532 is #D67ACD. Grayscale: #606060. Windows color (decimal): -14056142 or 3310889. OLE color: 3310889.

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

Color convert

RGB4113350-
CMYK0.6900.620.48
HSL125.87º52.87%34.12%-
HSV(B)125.87º69.17%52.16%-
XYZ9.8817.485.87-
YUV96.03102.0288.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 133 (52.34% from 255) = 59.38%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=18.30%
G=59.38%
B=22.32%

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
Decimal41133500.6900.620.48125.8752.8734.12
Hex2985324503E307e3522
Octal5120562105076601766542
Binary10100110000101110010100010101111101100001111110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298532; }

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

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

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

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

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

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

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

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