#298039

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

Shades of Japanese Laurel #298039

Tints of Japanese Laurel #298039

Color information

#298039 (or 0x298039) is unknown color: approx Japanese Laurel. HEX triplet: 29, 80 and 39. RGB value is (41,128,57). Sum of RGB (Red+Green+Blue) = 41+128+57=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 128 (50.39% from 255 or 56.64% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 128 - color contains mainly: green. Hex color #298039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298039 is #D67FC6. Grayscale: #5E5E5E. Windows color (decimal): -14057415 or 3768361. OLE color: 3768361.

HSL color Cylindrical-coordinate representation of color #298039: hue angle of 131.03º 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 #298039 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB4112857-
CMYK0.6800.550.50
HSL131.03º51.48%33.14%-
HSV(B)131.03º67.97%50.2%-
XYZ9.3716.216.5-
YUV93.89107.1890.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 128 (50.39% from 255) = 56.64%
BLUE value IS 57 (22.66% from 255) = 25.22%
R=18.14%
G=56.64%
B=25.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41128570.6800.550.50131.0351.4833.14
Hex2980394403732833321
Octal5120071104067622036341
Binary101001100000001110011000100011011111001010000011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298039; }

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

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

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

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

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

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

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

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