#25792E

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

Shades of Japanese Laurel #25792E

Tints of Japanese Laurel #25792E

Color information

#25792E (or 0x25792E) is unknown color: approx Japanese Laurel. HEX triplet: 25, 79 and 2E. RGB value is (37,121,46). Sum of RGB (Red+Green+Blue) = 37+121+46=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #25792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25792E is #DA86D1. Grayscale: #575757. Windows color (decimal): -14321362 or 3045669. OLE color: 3045669.

HSL color Cylindrical-coordinate representation of color #25792E: hue angle of 126.43º 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 #25792E is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB3712146-
CMYK0.6900.620.53
HSL126.43º53.16%30.98%-
HSV(B)126.43º69.42%47.45%-
XYZ8.0914.274.91-
YUV87.33104.6792.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 121 (47.66% from 255) = 59.31%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=18.14%
G=59.31%
B=22.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37121460.6900.620.53126.4353.1630.98
Hex25792E4503E357e351f
Octal4517156105076651766537
Binary100101111100110111010001010111110110101111111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25792E; }

 p { color: rgb(37,121,46); }

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

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

 a { background-color: rgb(37,121,46); }

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

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

 span { border-color: rgb(37,121,46); }

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