Html Css Color HEX #218939 Japanese Laurel

📋 copy color: '#218939'

red 33 ◦ green 137 ◦ blue 57

#218939
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #218939

Tints of Japanese Laurel #218939

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 value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#218939 (or 0x218939) is known color: 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

RGB 33 137 57 -
CMYK 0.76 0 0.58 0.46
HSL 133.85º 0.61% 0.33% -
HSV(B) 133.85º 0.76% 0.54% -
XYZ 10.31 18.51 6.9 -
YUV 96.78 105.54 82.5 -
System Red Green Blue C M Y K H S L
Decimal 33 137 57 0.76 0 0.58 0.46 133.85 0.61 0.33
Hex 21 89 39 4C 0 3A 2E 86 3D 21
Octal 41 211 71 114 0 72 56 206 75 41
Binary 100001 10001001 111001 1001100 0 111010 101110 10000110 111101 100001

Color Harmonies of #218939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218939

Black with #218939

Text Example


Text Example

White with #218939

Text Example


Text Example

HTML Codes & Css Web 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>