#298330

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

Shades of Japanese Laurel #298330

Tints of Japanese Laurel #298330

Color information

#298330 (or 0x298330) is unknown color: approx Japanese Laurel. HEX triplet: 29, 83 and 30. RGB value is (41,131,48). Sum of RGB (Red+Green+Blue) = 41+131+48=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #298330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298330 is #D67CCF. Grayscale: #5E5E5E. Windows color (decimal): -14056656 or 3179305. OLE color: 3179305.

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

Color convert

RGB4113148-
CMYK0.6900.630.49
HSL124.67º52.33%33.73%-
HSV(B)124.67º68.7%51.37%-
XYZ9.5616.925.56-
YUV94.63101.6889.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 131 (51.56% from 255) = 59.55%
BLUE value IS 48 (19.14% from 255) = 21.82%
R=18.64%
G=59.55%
B=21.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41131480.6900.630.49124.6752.3333.73
Hex2983304503F317d3422
Octal5120360105077611756442
Binary10100110000011110000100010101111111100011111101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298330; }

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

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

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

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

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

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

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

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