#298735

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

Shades of Japanese Laurel #298735

Tints of Japanese Laurel #298735

Color information

#298735 (or 0x298735) is unknown color: approx Japanese Laurel. HEX triplet: 29, 87 and 35. RGB value is (41,135,53). Sum of RGB (Red+Green+Blue) = 41+135+53=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #298735 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298735 is #D678CA. Grayscale: #616161. Windows color (decimal): -14055627 or 3508009. OLE color: 3508009.

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

Color convert

RGB4113553-
CMYK0.7000.610.47
HSL127.66º53.41%34.51%-
HSV(B)127.66º69.63%52.94%-
XYZ10.2218.066.31-
YUV97.55102.8687.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 135 (53.12% from 255) = 58.95%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=17.90%
G=58.95%
B=23.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41135530.7000.610.47127.6653.4134.51
Hex2987354603D2F803523
Octal5120765106075572006543
Binary101001100001111101011000110011110110111110000000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298735; }

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

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

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

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

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

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

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

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