#297A3A

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

Shades of Japanese Laurel #297A3A

Tints of Japanese Laurel #297A3A

Color information

#297A3A (or 0x297A3A) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7A and 3A. RGB value is (41,122,58). Sum of RGB (Red+Green+Blue) = 41+122+58=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #297A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A3A is #D685C5. Grayscale: #5A5A5A. Windows color (decimal): -14058950 or 3832361. OLE color: 3832361.

HSL color Cylindrical-coordinate representation of color #297A3A: hue angle of 132.59º 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 #297A3A is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB4112258-
CMYK0.6600.520.52
HSL132.59º49.69%31.96%-
HSV(B)132.59º66.39%47.84%-
XYZ8.6414.76.38-
YUV90.48109.6692.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 122 (48.05% from 255) = 55.20%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=18.55%
G=55.20%
B=26.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122580.6600.520.52132.5949.6931.96
Hex297A3A4203434853220
Octal5117272102064642056240
Binary10100111110101110101000010011010011010010000101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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