#257A30

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

Shades of Japanese Laurel #257A30

Tints of Japanese Laurel #257A30

Color information

#257A30 (or 0x257A30) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7A and 30. RGB value is (37,122,48). Sum of RGB (Red+Green+Blue) = 37+122+48=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 122 (48.05% from 255 or 58.94% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 122 - color contains mainly: green. Hex color #257A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A30 is #DA85CF. Grayscale: #585858. Windows color (decimal): -14321104 or 3176997. OLE color: 3176997.

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

Color convert

RGB3712248-
CMYK0.7000.610.52
HSL127.76º53.46%31.18%-
HSV(B)127.76º69.67%47.84%-
XYZ8.2614.535.16-
YUV88.15105.3491.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 122 (48.05% from 255) = 58.94%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=17.87%
G=58.94%
B=23.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37122480.7000.610.52127.7653.4631.18
Hex257A304603D3480351f
Octal4517260106075642006537
Binary1001011111010110000100011001111011101001000000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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