#257928

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

Shades of Japanese Laurel #257928

Tints of Japanese Laurel #257928

Color information

#257928 (or 0x257928) is unknown color: approx Japanese Laurel. HEX triplet: 25, 79 and 28. RGB value is (37,121,40). Sum of RGB (Red+Green+Blue) = 37+121+40=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #257928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257928 is #DA86D7. Grayscale: #565656. Windows color (decimal): -14321368 or 2652453. OLE color: 2652453.

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

Color convert

RGB3712140-
CMYK0.6900.670.53
HSL122.14º53.16%30.98%-
HSV(B)122.14º69.42%47.45%-
XYZ7.9814.224.33-
YUV86.65101.6792.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 121 (47.66% from 255) = 61.11%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=18.69%
G=61.11%
B=20.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37121400.6900.670.53122.1453.1630.98
Hex25792845043357a351f
Octal45171501050103651726537
Binary1001011111001101000100010101000011110101111101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257928; }

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

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

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

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

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

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

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

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