#287725

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

Shades of Japanese Laurel #287725

Tints of Japanese Laurel #287725

Color information

#287725 (or 0x287725) is unknown color: approx Japanese Laurel. HEX triplet: 28, 77 and 25. RGB value is (40,119,37). Sum of RGB (Red+Green+Blue) = 40+119+37=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #287725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287725 is #D788DA. Grayscale: #565656. Windows color (decimal): -14125275 or 2455336. OLE color: 2455336.

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

Color convert

RGB4011937-
CMYK0.6600.690.53
HSL117.8º52.56%30.59%-
HSV(B)117.8º68.91%46.67%-
XYZ7.8113.784-
YUV86.03100.3395.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 119 (46.88% from 255) = 60.71%
BLUE value IS 37 (14.84% from 255) = 18.88%
R=20.41%
G=60.71%
B=18.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119370.6600.690.53117.852.5630.59
Hex287725420453576351f
Octal50167451020105651666537
Binary1010001110111100101100001001000101110101111011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287725; }

 p { color: rgb(40,119,37); }

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

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

 a { background-color: rgb(40,119,37); }

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

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

 span { border-color: rgb(40,119,37); }

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