#298B3E

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

Shades of Japanese Laurel #298B3E

Tints of Japanese Laurel #298B3E

Color information

#298B3E (or 0x298B3E) is unknown color: approx Japanese Laurel. HEX triplet: 29, 8B and 3E. RGB value is (41,139,62). Sum of RGB (Red+Green+Blue) = 41+139+62=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #298B3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298B3E is #D674C1. Grayscale: #656565. Windows color (decimal): -14054594 or 4098857. OLE color: 4098857.

HSL color Cylindrical-coordinate representation of color #298B3E: hue angle of 132.86º 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 #298B3E is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB4113962-
CMYK0.7100.550.45
HSL132.86º54.44%35.29%-
HSV(B)132.86º70.5%54.51%-
XYZ11.0219.287.7-
YUV100.92106.0385.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 139 (54.69% from 255) = 57.44%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=16.94%
G=57.44%
B=25.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41139620.7100.550.45132.8654.4435.29
Hex298B3E470372D853623
Octal5121376107067552056643
Binary101001100010111111101000111011011110110110000101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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