#298233

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

Shades of Japanese Laurel #298233

Tints of Japanese Laurel #298233

Color information

#298233 (or 0x298233) is unknown color: approx Japanese Laurel. HEX triplet: 29, 82 and 33. RGB value is (41,130,51). Sum of RGB (Red+Green+Blue) = 41+130+51=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #298233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298233 is #D67DCC. Grayscale: #5E5E5E. Windows color (decimal): -14056909 or 3375657. OLE color: 3375657.

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

Color convert

RGB4113051-
CMYK0.6800.610.49
HSL126.74º52.05%33.53%-
HSV(B)126.74º68.46%50.98%-
XYZ9.4916.685.85-
YUV94.38103.5189.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 130 (51.17% from 255) = 58.56%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=18.47%
G=58.56%
B=22.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41130510.6800.610.49126.7452.0533.53
Hex2982334403D317f3422
Octal5120263104075611776442
Binary10100110000010110011100010001111011100011111111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298233; }

 p { color: rgb(41,130,51); }

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

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

 a { background-color: rgb(41,130,51); }

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

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

 span { border-color: rgb(41,130,51); }

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