#297825

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

Shades of Japanese Laurel #297825

Tints of Japanese Laurel #297825

Color information

#297825 (or 0x297825) is unknown color: approx Japanese Laurel. HEX triplet: 29, 78 and 25. RGB value is (41,120,37). Sum of RGB (Red+Green+Blue) = 41+120+37=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #297825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297825 is #D687DA. Grayscale: #575757. Windows color (decimal): -14059483 or 2455593. OLE color: 2455593.

HSL color Cylindrical-coordinate representation of color #297825: hue angle of 117.11º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #297825 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB4112037-
CMYK0.6600.690.53
HSL117.11º52.87%30.78%-
HSV(B)117.11º69.17%47.06%-
XYZ7.9614.044.04-
YUV86.9299.8395.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.71%
GREEN value IS 120 (47.27% from 255) = 60.61%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=20.71%
G=60.61%
B=18.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120370.6600.690.53117.1152.8730.78
Hex297825420453575351f
Octal51170451020105651656537
Binary1010011111000100101100001001000101110101111010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297825; }

 p { color: rgb(41,120,37); }

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

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

 a { background-color: rgb(41,120,37); }

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

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

 span { border-color: rgb(41,120,37); }

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