#298338

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

Shades of Japanese Laurel #298338

Tints of Japanese Laurel #298338

Color information

#298338 (or 0x298338) is unknown color: approx Japanese Laurel. HEX triplet: 29, 83 and 38. RGB value is (41,131,56). Sum of RGB (Red+Green+Blue) = 41+131+56=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #298338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298338 is #D67CC7. Grayscale: #5F5F5F. Windows color (decimal): -14056648 or 3703593. OLE color: 3703593.

HSL color Cylindrical-coordinate representation of color #298338: hue angle of 130º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298338 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB4113156-
CMYK0.6900.570.49
HSL130º52.33%33.73%-
HSV(B)130º68.7%51.37%-
XYZ9.7416.996.51-
YUV95.54105.6889.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 131 (51.56% from 255) = 57.46%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=17.98%
G=57.46%
B=24.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41131560.6900.570.4913052.3333.73
Hex2983384503931823422
Octal5120370105071612026442
Binary101001100000111110001000101011100111000110000010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298338; }

 p { color: rgb(41,131,56); }

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

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

 a { background-color: rgb(41,131,56); }

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

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

 span { border-color: rgb(41,131,56); }

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