#297C2F

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

Shades of Japanese Laurel #297C2F

Tints of Japanese Laurel #297C2F

Color information

#297C2F (or 0x297C2F) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7C and 2F. RGB value is (41,124,47). Sum of RGB (Red+Green+Blue) = 41+124+47=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #297C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C2F is #D683D0. Grayscale: #5A5A5A. Windows color (decimal): -14058449 or 3111977. OLE color: 3111977.

HSL color Cylindrical-coordinate representation of color #297C2F: hue angle of 124.34º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297C2F is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB4112447-
CMYK0.6700.620.51
HSL124.34º50.3%32.35%-
HSV(B)124.34º66.94%48.63%-
XYZ8.6415.095.15-
YUV90.4103.592.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 124 (48.83% from 255) = 58.49%
BLUE value IS 47 (18.75% from 255) = 22.17%
R=19.34%
G=58.49%
B=22.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41124470.6700.620.51124.3450.332.35
Hex297C2F4303E337c3220
Octal5117457103076631746240
Binary1010011111100101111100001101111101100111111100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297C2F; }

 p { color: rgb(41,124,47); }

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

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

 a { background-color: rgb(41,124,47); }

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

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

 span { border-color: rgb(41,124,47); }

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