#257D31

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

Shades of Japanese Laurel #257D31

Tints of Japanese Laurel #257D31

Color information

#257D31 (or 0x257D31) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7D and 31. RGB value is (37,125,49). Sum of RGB (Red+Green+Blue) = 37+125+49=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 125 (49.22% from 255 or 59.24% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 125 - color contains mainly: green. Hex color #257D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257D31 is #DA82CE. Grayscale: #5A5A5A. Windows color (decimal): -14320335 or 3243301. OLE color: 3243301.

HSL color Cylindrical-coordinate representation of color #257D31: hue angle of 128.18º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D31 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB3712549-
CMYK0.7000.610.51
HSL128.18º54.32%31.76%-
HSV(B)128.18º70.4%49.02%-
XYZ8.6515.285.4-
YUV90.02104.8590.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 125 (49.22% from 255) = 59.24%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=17.54%
G=59.24%
B=23.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37125490.7000.610.51128.1854.3231.76
Hex257D314603D33803620
Octal4517561106075632006640
Binary10010111111011100011000110011110111001110000000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257D31; }

 p { color: rgb(37,125,49); }

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

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

 a { background-color: rgb(37,125,49); }

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

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

 span { border-color: rgb(37,125,49); }

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