#257D2D

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

Shades of Japanese Laurel #257D2D

Tints of Japanese Laurel #257D2D

Color information

#257D2D (or 0x257D2D) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7D and 2D. RGB value is (37,125,45). Sum of RGB (Red+Green+Blue) = 37+125+45=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #257D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257D2D is #DA82D2. Grayscale: #595959. Windows color (decimal): -14320339 or 2981157. OLE color: 2981157.

HSL color Cylindrical-coordinate representation of color #257D2D: hue angle of 125.45º 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 #257D2D is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB3712545-
CMYK0.7000.640.51
HSL125.45º54.32%31.76%-
HSV(B)125.45º70.4%49.02%-
XYZ8.5715.254.97-
YUV89.57102.8590.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 125 (49.22% from 255) = 60.39%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=17.87%
G=60.39%
B=21.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37125450.7000.640.51125.4554.3231.76
Hex257D2D46040337d3620
Octal45175551060100631756640
Binary10010111111011011011000110010000001100111111101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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