#218939

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

Shades of Japanese Laurel #218939

Tints of Japanese Laurel #218939

Color information

#218939 (or 0x218939) is unknown color: approx Japanese Laurel. HEX triplet: 21, 89 and 39. RGB value is (33,137,57). Sum of RGB (Red+Green+Blue) = 33+137+57=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 137 (53.91% from 255 or 60.35% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 137 - color contains mainly: green. Hex color #218939 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218939 is #DE76C6. Grayscale: #616161. Windows color (decimal): -14579399 or 3770657. OLE color: 3770657.

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

Color convert

RGB3313757-
CMYK0.7600.580.46
HSL133.85º61.18%33.33%-
HSV(B)133.85º75.91%53.73%-
XYZ10.3118.516.9-
YUV96.78105.5482.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 137 (53.91% from 255) = 60.35%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=14.54%
G=60.35%
B=25.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33137570.7600.580.46133.8561.1833.33
Hex2189394C03A2E863d21
Octal4121171114072562067541
Binary100001100010011110011001100011101010111010000110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218939; }

 p { color: rgb(33,137,57); }

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

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

 a { background-color: rgb(33,137,57); }

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

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

 span { border-color: rgb(33,137,57); }

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