#288935

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

Shades of Japanese Laurel #288935

Tints of Japanese Laurel #288935

Color information

#288935 (or 0x288935) is unknown color: approx Japanese Laurel. HEX triplet: 28, 89 and 35. RGB value is (40,137,53). Sum of RGB (Red+Green+Blue) = 40+137+53=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #288935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288935 is #D776CA. Grayscale: #626262. Windows color (decimal): -14120651 or 3508520. OLE color: 3508520.

HSL color Cylindrical-coordinate representation of color #288935: hue angle of 128.04º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288935 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB4013753-
CMYK0.7100.610.46
HSL128.04º54.8%34.71%-
HSV(B)128.04º70.8%53.73%-
XYZ10.4618.66.41-
YUV98.42102.3686.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 137 (53.91% from 255) = 59.57%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=17.39%
G=59.57%
B=23.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40137530.7100.610.46128.0454.834.71
Hex2889354703D2E803723
Octal5021165107075562006743
Binary101000100010011101011000111011110110111010000000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288935; }

 p { color: rgb(40,137,53); }

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

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

 a { background-color: rgb(40,137,53); }

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

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

 span { border-color: rgb(40,137,53); }

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