#25782E

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

Shades of Japanese Laurel #25782E

Tints of Japanese Laurel #25782E

Color information

#25782E (or 0x25782E) is unknown color: approx Japanese Laurel. HEX triplet: 25, 78 and 2E. RGB value is (37,120,46). Sum of RGB (Red+Green+Blue) = 37+120+46=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #25782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25782E is #DA87D1. Grayscale: #565656. Windows color (decimal): -14321618 or 3045413. OLE color: 3045413.

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

Color convert

RGB3712046-
CMYK0.6900.620.53
HSL126.51º52.87%30.78%-
HSV(B)126.51º69.17%47.06%-
XYZ7.9714.024.87-
YUV86.7510592.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 120 (47.27% from 255) = 59.11%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=18.23%
G=59.11%
B=22.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120460.6900.620.53126.5152.8730.78
Hex25782E4503E357f351f
Octal4517056105076651776537
Binary100101111100010111010001010111110110101111111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25782E; }

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

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

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

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

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

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

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

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