#257D2E

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

Shades of Japanese Laurel #257D2E

Tints of Japanese Laurel #257D2E

Color information

#257D2E (or 0x257D2E) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7D and 2E. RGB value is (37,125,46). Sum of RGB (Red+Green+Blue) = 37+125+46=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #257D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257D2E is #DA82D1. Grayscale: #595959. Windows color (decimal): -14320338 or 3046693. OLE color: 3046693.

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

Color convert

RGB3712546-
CMYK0.7000.630.51
HSL126.14º54.32%31.76%-
HSV(B)126.14º70.4%49.02%-
XYZ8.5915.265.08-
YUV89.68103.3590.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 125 (49.22% from 255) = 60.10%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=17.79%
G=60.10%
B=22.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37125460.7000.630.51126.1454.3231.76
Hex257D2E4603F337e3620
Octal4517556106077631766640
Binary1001011111101101110100011001111111100111111110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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