#257B28

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

Shades of Japanese Laurel #257B28

Tints of Japanese Laurel #257B28

Color information

#257B28 (or 0x257B28) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7B and 28. RGB value is (37,123,40). Sum of RGB (Red+Green+Blue) = 37+123+40=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 123 (48.44% from 255 or 61.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 123 - color contains mainly: green. Hex color #257B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257B28 is #DA84D7. Grayscale: #585858. Windows color (decimal): -14320856 or 2652965. OLE color: 2652965.

HSL color Cylindrical-coordinate representation of color #257B28: hue angle of 122.09º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257B28 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB3712340-
CMYK0.7000.670.52
HSL122.09º53.75%31.37%-
HSV(B)122.09º69.92%48.24%-
XYZ8.2314.714.41-
YUV87.82101.0191.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 123 (48.44% from 255) = 61.5%
BLUE value IS 40 (16.02% from 255) = 20%
R=18.5%
G=61.5%
B=20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37123400.7000.670.52122.0953.7531.37
Hex257B2846043347a361f
Octal45173501060103641726637
Binary1001011111011101000100011001000011110100111101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,123,40); }

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

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

 a { background-color: rgb(37,123,40); }

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

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

 span { border-color: rgb(37,123,40); }

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