#297A33

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

Shades of Japanese Laurel #297A33

Tints of Japanese Laurel #297A33

Color information

#297A33 (or 0x297A33) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7A and 33. RGB value is (41,122,51). Sum of RGB (Red+Green+Blue) = 41+122+51=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 122 (48.05% from 255 or 57.01% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 122 - color contains mainly: green. Hex color #297A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A33 is #D685CC. Grayscale: #595959. Windows color (decimal): -14058957 or 3373609. OLE color: 3373609.

HSL color Cylindrical-coordinate representation of color #297A33: hue angle of 127.41º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A33 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB4112251-
CMYK0.6600.580.52
HSL127.41º49.69%31.96%-
HSV(B)127.41º66.39%47.84%-
XYZ8.4714.635.51-
YUV89.69106.1693.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 122 (48.05% from 255) = 57.01%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=19.16%
G=57.01%
B=23.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122510.6600.580.52127.4149.6931.96
Hex297A334203A347f3220
Octal5117263102072641776240
Binary1010011111010110011100001001110101101001111111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,122,51); }

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

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

 a { background-color: rgb(41,122,51); }

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

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

 span { border-color: rgb(41,122,51); }

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