#257830

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

Shades of Japanese Laurel #257830

Tints of Japanese Laurel #257830

Color information

#257830 (or 0x257830) is unknown color: approx Japanese Laurel. HEX triplet: 25, 78 and 30. RGB value is (37,120,48). Sum of RGB (Red+Green+Blue) = 37+120+48=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #257830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257830 is #DA87CF. Grayscale: #575757. Windows color (decimal): -14321616 or 3176485. OLE color: 3176485.

HSL color Cylindrical-coordinate representation of color #257830: hue angle of 127.95º 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 #257830 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB3712048-
CMYK0.6900.600.53
HSL127.95º52.87%30.78%-
HSV(B)127.95º69.17%47.06%-
XYZ8.0114.045.08-
YUV86.9810692.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 120 (47.27% from 255) = 58.54%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=18.05%
G=58.54%
B=23.41%

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
Decimal37120480.6900.600.53127.9552.8730.78
Hex2578304503C3580351f
Octal4517060105074652006537
Binary1001011111000110000100010101111001101011000000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257830; }

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

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

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

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

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

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

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

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