#257A2E

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

Shades of Japanese Laurel #257A2E

Tints of Japanese Laurel #257A2E

Color information

#257A2E (or 0x257A2E) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7A and 2E. RGB value is (37,122,46). Sum of RGB (Red+Green+Blue) = 37+122+46=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #257A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A2E is #DA85D1. Grayscale: #585858. Windows color (decimal): -14321106 or 3045925. OLE color: 3045925.

HSL color Cylindrical-coordinate representation of color #257A2E: hue angle of 126.35º degrees, saturation: 0.53, 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 #257A2E is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB3712246-
CMYK0.7000.620.52
HSL126.35º53.46%31.18%-
HSV(B)126.35º69.67%47.84%-
XYZ8.2214.514.95-
YUV87.92104.3491.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 122 (48.05% from 255) = 59.51%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=18.05%
G=59.51%
B=22.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37122460.7000.620.52126.3553.4631.18
Hex257A2E4603E347e351f
Octal4517256106076641766537
Binary100101111101010111010001100111110110100111111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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