Html Css Color HEX #218337 Japanese Laurel

📋 copy color: '#218337'

red 33 ◦ green 131 ◦ blue 55

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

Shades of Japanese Laurel #218337

Tints of Japanese Laurel #218337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.82%

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

R = 15.07%
G = 59.82%
B = 25.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#218337 (or 0x218337) is known color: Japanese Laurel. HEX triplet: 21, 83 and 37. RGB value is (33,131,55). Sum of RGB (Red+Green+Blue) = 33+131+55=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #218337 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218337 is #DE7CC8. Grayscale: #5D5D5D. Windows color (decimal): -14580937 or 3638049. OLE color: 3638049.

HSL color Cylindrical-coordinate representation of color #218337: hue angle of 133.47º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218337 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 55 -
CMYK 0.75 0 0.58 0.49
HSL 133.47º 0.6% 0.32% -
HSV(B) 133.47º 0.75% 0.51% -
XYZ 9.43 16.83 6.37 -
YUV 93.03 106.53 85.18 -
System Red Green Blue C M Y K H S L
Decimal 33 131 55 0.75 0 0.58 0.49 133.47 0.6 0.32
Hex 21 83 37 4B 0 3A 31 85 3C 20
Octal 41 203 67 113 0 72 61 205 74 40
Binary 100001 10000011 110111 1001011 0 111010 110001 10000101 111100 100000

Color Harmonies of #218337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218337

Black with #218337

Text Example


Text Example

White with #218337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218337; }

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

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

background-color css

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

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

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

border-color css

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

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

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