#298540

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

Shades of Japanese Laurel #298540

Tints of Japanese Laurel #298540

Color information

#298540 (or 0x298540) is unknown color: approx Japanese Laurel. HEX triplet: 29, 85 and 40. RGB value is (41,133,64). Sum of RGB (Red+Green+Blue) = 41+133+64=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #298540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298540 is #D67ABF. Grayscale: #616161. Windows color (decimal): -14056128 or 4228393. OLE color: 4228393.

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

Color convert

RGB4113364-
CMYK0.6900.520.48
HSL135º52.87%34.12%-
HSV(B)135º69.17%52.16%-
XYZ10.2317.627.71-
YUV97.63109.0287.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 133 (52.34% from 255) = 55.88%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=17.23%
G=55.88%
B=26.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41133640.6900.520.4813552.8734.12
Hex2985404503430873522
Octal51205100105064602076542
Binary1010011000010110000001000101011010011000010000111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298540; }

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

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

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

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

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

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

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

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