#298A3D

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

Shades of Japanese Laurel #298A3D

Tints of Japanese Laurel #298A3D

Color information

#298A3D (or 0x298A3D) is unknown color: approx Japanese Laurel. HEX triplet: 29, 8A and 3D. RGB value is (41,138,61). Sum of RGB (Red+Green+Blue) = 41+138+61=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #298A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298A3D is #D675C2. Grayscale: #646464. Windows color (decimal): -14054851 or 4033065. OLE color: 4033065.

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

Color convert

RGB4113861-
CMYK0.7000.560.46
HSL132.37º54.19%35.1%-
HSV(B)132.37º70.29%54.12%-
XYZ10.8518.997.51-
YUV100.22105.8685.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 138 (54.30% from 255) = 57.5%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=17.08%
G=57.5%
B=25.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41138610.7000.560.46132.3754.1935.1
Hex298A3D460382E843623
Octal5121275106070562046643
Binary101001100010101111011000110011100010111010000100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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