Html Css Color HEX #218237 Japanese Laurel

📋 copy color: '#218237'

red 33 ◦ green 130 ◦ blue 55

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

Shades of Japanese Laurel #218237

Tints of Japanese Laurel #218237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.63%

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

R = 15.14%
G = 59.63%
B = 25.23%

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

#218237 (or 0x218237) is known color: Japanese Laurel. HEX triplet: 21, 82 and 37. RGB value is (33,130,55). Sum of RGB (Red+Green+Blue) = 33+130+55=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #218237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218237 is #DE7DC8. Grayscale: #5C5C5C. Windows color (decimal): -14581193 or 3637793. OLE color: 3637793.

HSL color Cylindrical-coordinate representation of color #218237: hue angle of 133.61º 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 #218237 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 55 -
CMYK 0.75 0 0.58 0.49
HSL 133.61º 0.6% 0.32% -
HSV(B) 133.61º 0.75% 0.51% -
XYZ 9.3 16.56 6.32 -
YUV 92.45 106.86 85.6 -
System Red Green Blue C M Y K H S L
Decimal 33 130 55 0.75 0 0.58 0.49 133.61 0.6 0.32
Hex 21 82 37 4B 0 3A 31 86 3C 20
Octal 41 202 67 113 0 72 61 206 74 40
Binary 100001 10000010 110111 1001011 0 111010 110001 10000110 111100 100000

Color Harmonies of #218237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218237

Black with #218237

Text Example


Text Example

White with #218237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218237; }

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

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

background-color css

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

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

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

border-color css

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

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

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