#257F32

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

Shades of Japanese Laurel #257F32

Tints of Japanese Laurel #257F32

Color information

#257F32 (or 0x257F32) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7F and 32. RGB value is (37,127,50). Sum of RGB (Red+Green+Blue) = 37+127+50=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #257F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F32 is #DA80CD. Grayscale: #5B5B5B. Windows color (decimal): -14319822 or 3309349. OLE color: 3309349.

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

Color convert

RGB3712750-
CMYK0.7100.610.50
HSL128.67º54.88%32.16%-
HSV(B)128.67º70.87%49.8%-
XYZ8.9315.85.6-
YUV91.31104.6889.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 127 (50% from 255) = 59.35%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=17.29%
G=59.35%
B=23.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37127500.7100.610.50128.6754.8832.16
Hex257F324703D32813720
Octal4517762107075622016740
Binary10010111111111100101000111011110111001010000001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,127,50); }

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

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

 a { background-color: rgb(37,127,50); }

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

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

 span { border-color: rgb(37,127,50); }

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