#297633

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

Shades of Japanese Laurel #297633

Tints of Japanese Laurel #297633

Color information

#297633 (or 0x297633) is unknown color: approx Japanese Laurel. HEX triplet: 29, 76 and 33. RGB value is (41,118,51). Sum of RGB (Red+Green+Blue) = 41+118+51=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #297633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297633 is #D689CC. Grayscale: #575757. Windows color (decimal): -14059981 or 3372585. OLE color: 3372585.

HSL color Cylindrical-coordinate representation of color #297633: hue angle of 127.79º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297633 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB4111851-
CMYK0.6500.570.54
HSL127.79º48.43%31.18%-
HSV(B)127.79º65.25%46.27%-
XYZ7.9913.675.35-
YUV87.34107.4994.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 118 (46.48% from 255) = 56.19%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=19.52%
G=56.19%
B=24.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118510.6500.570.54127.7948.4331.18
Hex297633410393680301f
Octal5116663101071662006037
Binary1010011110110110011100000101110011101101000000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297633; }

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

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

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

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

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

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

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

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