#298437

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

Shades of Japanese Laurel #298437

Tints of Japanese Laurel #298437

Color information

#298437 (or 0x298437) is unknown color: approx Japanese Laurel. HEX triplet: 29, 84 and 37. RGB value is (41,132,55). Sum of RGB (Red+Green+Blue) = 41+132+55=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #298437 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298437 is #D67BC8. Grayscale: #606060. Windows color (decimal): -14056393 or 3638313. OLE color: 3638313.

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

Color convert

RGB4113255-
CMYK0.6900.580.48
HSL129.23º52.6%33.92%-
HSV(B)129.23º68.94%51.76%-
XYZ9.8617.256.42-
YUV96.01104.8588.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 132 (51.95% from 255) = 57.89%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=17.98%
G=57.89%
B=24.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41132550.6900.580.48129.2352.633.92
Hex2984374503A30813522
Octal5120467105072602016542
Binary101001100001001101111000101011101011000010000001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298437; }

 p { color: rgb(41,132,55); }

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

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

 a { background-color: rgb(41,132,55); }

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

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

 span { border-color: rgb(41,132,55); }

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