#257E2E

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

Shades of Japanese Laurel #257E2E

Tints of Japanese Laurel #257E2E

Color information

#257E2E (or 0x257E2E) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7E and 2E. RGB value is (37,126,46). Sum of RGB (Red+Green+Blue) = 37+126+46=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 126 (49.61% from 255 or 60.29% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 126 - color contains mainly: green. Hex color #257E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257E2E is #DA81D1. Grayscale: #5A5A5A. Windows color (decimal): -14320082 or 3046949. OLE color: 3046949.

HSL color Cylindrical-coordinate representation of color #257E2E: hue angle of 126.07º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E2E is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB3712646-
CMYK0.7100.630.51
HSL126.07º54.6%31.96%-
HSV(B)126.07º70.63%49.41%-
XYZ8.7215.515.12-
YUV90.27103.0190-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 126 (49.61% from 255) = 60.29%
BLUE value IS 46 (18.36% from 255) = 22.01%
R=17.70%
G=60.29%
B=22.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37126460.7100.630.51126.0754.631.96
Hex257E2E4703F337e3720
Octal4517656107077631766740
Binary1001011111110101110100011101111111100111111110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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