#25782D

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

Shades of Japanese Laurel #25782D

Tints of Japanese Laurel #25782D

Color information

#25782D (or 0x25782D) is unknown color: approx Japanese Laurel. HEX triplet: 25, 78 and 2D. RGB value is (37,120,45). Sum of RGB (Red+Green+Blue) = 37+120+45=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 120 (47.27% from 255 or 59.41% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 120 - color contains mainly: green. Hex color #25782D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25782D is #DA87D2. Grayscale: #565656. Windows color (decimal): -14321619 or 2979877. OLE color: 2979877.

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

Color convert

RGB3712045-
CMYK0.6900.630.53
HSL125.78º52.87%30.78%-
HSV(B)125.78º69.17%47.06%-
XYZ7.9514.024.77-
YUV86.63104.592.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 120 (47.27% from 255) = 59.41%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=18.32%
G=59.41%
B=22.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120450.6900.630.53125.7852.8730.78
Hex25782D4503F357e351f
Octal4517055105077651766537
Binary100101111100010110110001010111111110101111111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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