#257C2C

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

Shades of Japanese Laurel #257C2C

Tints of Japanese Laurel #257C2C

Color information

#257C2C (or 0x257C2C) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7C and 2C. RGB value is (37,124,44). Sum of RGB (Red+Green+Blue) = 37+124+44=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #257C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C2C is #DA83D3. Grayscale: #595959. Windows color (decimal): -14320596 or 2915365. OLE color: 2915365.

HSL color Cylindrical-coordinate representation of color #257C2C: hue angle of 124.83º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C2C is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB3712444-
CMYK0.7000.650.51
HSL124.83º54.04%31.57%-
HSV(B)124.83º70.16%48.63%-
XYZ8.4314.994.83-
YUV88.87102.6891-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 124 (48.83% from 255) = 60.49%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=18.05%
G=60.49%
B=21.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37124440.7000.650.51124.8354.0431.57
Hex257C2C46041337d3620
Octal45174541060101631756640
Binary10010111111001011001000110010000011100111111101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,124,44); }

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

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

 a { background-color: rgb(37,124,44); }

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

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

 span { border-color: rgb(37,124,44); }

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