#298435

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

Shades of Japanese Laurel #298435

Tints of Japanese Laurel #298435

Color information

#298435 (or 0x298435) is unknown color: approx Japanese Laurel. HEX triplet: 29, 84 and 35. RGB value is (41,132,53). Sum of RGB (Red+Green+Blue) = 41+132+53=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #298435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298435 is #D67BCA. Grayscale: #606060. Windows color (decimal): -14056395 or 3507241. OLE color: 3507241.

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

Color convert

RGB4113253-
CMYK0.6900.600.48
HSL127.91º52.6%33.92%-
HSV(B)127.91º68.94%51.76%-
XYZ9.8117.236.18-
YUV95.78103.8588.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 132 (51.95% from 255) = 58.41%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=18.14%
G=58.41%
B=23.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41132530.6900.600.48127.9152.633.92
Hex2984354503C30803522
Octal5120465105074602006542
Binary101001100001001101011000101011110011000010000000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298435; }

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

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

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

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

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

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

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

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