#298B3D

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

Shades of Japanese Laurel #298B3D

Tints of Japanese Laurel #298B3D

Color information

#298B3D (or 0x298B3D) is unknown color: approx Japanese Laurel. HEX triplet: 29, 8B and 3D. RGB value is (41,139,61). Sum of RGB (Red+Green+Blue) = 41+139+61=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #298B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298B3D is #D674C2. Grayscale: #656565. Windows color (decimal): -14054595 or 4033321. OLE color: 4033321.

HSL color Cylindrical-coordinate representation of color #298B3D: hue angle of 132.24º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298B3D is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB4113961-
CMYK0.7100.560.45
HSL132.24º54.44%35.29%-
HSV(B)132.24º70.5%54.51%-
XYZ10.9919.277.56-
YUV100.81105.5385.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 139 (54.69% from 255) = 57.68%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=17.01%
G=57.68%
B=25.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41139610.7100.560.45132.2454.4435.29
Hex298B3D470382D843623
Octal5121375107070552046643
Binary101001100010111111011000111011100010110110000100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298B3D; }

 p { color: rgb(41,139,61); }

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

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

 a { background-color: rgb(41,139,61); }

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

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

 span { border-color: rgb(41,139,61); }

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