#257930

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

Shades of Japanese Laurel #257930

Tints of Japanese Laurel #257930

Color information

#257930 (or 0x257930) is unknown color: approx Japanese Laurel. HEX triplet: 25, 79 and 30. RGB value is (37,121,48). Sum of RGB (Red+Green+Blue) = 37+121+48=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 121 (47.66% from 255 or 58.74% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 121 - color contains mainly: green. Hex color #257930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257930 is #DA86CF. Grayscale: #575757. Windows color (decimal): -14321360 or 3176741. OLE color: 3176741.

HSL color Cylindrical-coordinate representation of color #257930: hue angle of 127.86º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257930 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB3712148-
CMYK0.6900.600.53
HSL127.86º53.16%30.98%-
HSV(B)127.86º69.42%47.45%-
XYZ8.1314.285.12-
YUV87.56105.6791.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 121 (47.66% from 255) = 58.74%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=17.96%
G=58.74%
B=23.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37121480.6900.600.53127.8653.1630.98
Hex2579304503C3580351f
Octal4517160105074652006537
Binary1001011111001110000100010101111001101011000000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257930; }

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

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

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

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

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

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

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

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