#257E2F

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

Shades of Japanese Laurel #257E2F

Tints of Japanese Laurel #257E2F

Color information

#257E2F (or 0x257E2F) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7E and 2F. RGB value is (37,126,47). Sum of RGB (Red+Green+Blue) = 37+126+47=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 126 (49.61% from 255 or 60% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 126 - color contains mainly: green. Hex color #257E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257E2F is #DA81D0. Grayscale: #5A5A5A. Windows color (decimal): -14320081 or 3112485. OLE color: 3112485.

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

Color convert

RGB3712647-
CMYK0.7100.630.51
HSL126.74º54.6%31.96%-
HSV(B)126.74º70.63%49.41%-
XYZ8.7415.525.22-
YUV90.38103.5189.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 126 (49.61% from 255) = 60%
BLUE value IS 47 (18.75% from 255) = 22.38%
R=17.62%
G=60%
B=22.38%

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
Decimal37126470.7100.630.51126.7454.631.96
Hex257E2F4703F337f3720
Octal4517657107077631776740
Binary1001011111110101111100011101111111100111111111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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