#25741F

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

Shades of Japanese Laurel #25741F

Tints of Japanese Laurel #25741F

Color information

#25741F (or 0x25741F) is unknown color: approx Japanese Laurel. HEX triplet: 25, 74 and 1F. RGB value is (37,116,31). Sum of RGB (Red+Green+Blue) = 37+116+31=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #25741F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25741F is #DA8BE0. Grayscale: #525252. Windows color (decimal): -14322657 or 2061349. OLE color: 2061349.

HSL color Cylindrical-coordinate representation of color #25741F: hue angle of 115.76º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25741F is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB3711631-
CMYK0.6800.730.55
HSL115.76º57.82%28.82%-
HSV(B)115.76º73.28%45.49%-
XYZ7.2612.983.42-
YUV82.6998.8395.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 116 (45.70% from 255) = 63.04%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=20.11%
G=63.04%
B=16.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37116310.6800.730.55115.7657.8228.82
Hex25741F4404937743a1d
Octal45164371040111671647235
Binary100101111010011111100010001001001110111111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25741F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25741F; }

 p { color: rgb(37,116,31); }

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

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

 a { background-color: rgb(37,116,31); }

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

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

 span { border-color: rgb(37,116,31); }

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