#297421

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

Shades of Japanese Laurel #297421

Tints of Japanese Laurel #297421

Color information

#297421 (or 0x297421) is unknown color: approx Japanese Laurel. HEX triplet: 29, 74 and 21. RGB value is (41,116,33). Sum of RGB (Red+Green+Blue) = 41+116+33=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #297421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297421 is #D68BDE. Grayscale: #545454. Windows color (decimal): -14060511 or 2192425. OLE color: 2192425.

HSL color Cylindrical-coordinate representation of color #297421: hue angle of 114.22º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297421 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB4111633-
CMYK0.6500.720.55
HSL114.22º55.7%29.22%-
HSV(B)114.22º71.55%45.49%-
XYZ7.4313.073.57-
YUV84.1199.1597.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 116 (45.70% from 255) = 61.05%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=21.58%
G=61.05%
B=17.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41116330.6500.720.55114.2255.729.22
Hex297421410483772381d
Octal51164411010110671627035
Binary1010011110100100001100000101001000110111111001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297421; }

 p { color: rgb(41,116,33); }

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

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

 a { background-color: rgb(41,116,33); }

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

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

 span { border-color: rgb(41,116,33); }

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