Html Css Color HEX #218737 Japanese Laurel

📋 copy color: '#218737'

red 33 ◦ green 135 ◦ blue 55

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

Shades of Japanese Laurel #218737

Tints of Japanese Laurel #218737

RGB

 RED value IS 33 (13.28% from 255) = 14.8%

 GREEN value IS 135 (53.13% from 255) = 60.54%

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 14.8%
G = 60.54%
B = 24.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#218737 (or 0x218737) is known color: Japanese Laurel. HEX triplet: 21, 87 and 37. RGB value is (33,135,55). Sum of RGB (Red+Green+Blue) = 33+135+55=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #218737 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218737 is #DE78C8. Grayscale: #5F5F5F. Windows color (decimal): -14579913 or 3639073. OLE color: 3639073.

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

Color convert

RGB 33 135 55 -
CMYK 0.76 0 0.59 0.47
HSL 132.94º 0.61% 0.33% -
HSV(B) 132.94º 0.76% 0.53% -
XYZ 9.98 17.93 6.55 -
YUV 95.38 105.21 83.5 -
System Red Green Blue C M Y K H S L
Decimal 33 135 55 0.76 0 0.59 0.47 132.94 0.61 0.33
Hex 21 87 37 4C 0 3B 2F 85 3D 21
Octal 41 207 67 114 0 73 57 205 75 41
Binary 100001 10000111 110111 1001100 0 111011 101111 10000101 111101 100001

Color Harmonies of #218737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218737

Black with #218737

Text Example


Text Example

White with #218737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218737; }

 p { color: rgb(33,135,55); }

 H1.HeaderClassName
 {
   color: #218737;
 }
 .AnyTagClassName
 {
   color: #218737;
 }
</style>

background-color css

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

 a { background-color: rgb(33,135,55); }

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

border-color css

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

 span { border-color: rgb(33,135,55); }

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