Html Css Color HEX #218232 Japanese Laurel

📋 copy color: '#218232'

red 33 ◦ green 130 ◦ blue 50

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

Shades of Japanese Laurel #218232

Tints of Japanese Laurel #218232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.47%

R = 15.49%
G = 61.03%
B = 23.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#218232 (or 0x218232) is known color: Japanese Laurel. HEX triplet: 21, 82 and 32. RGB value is (33,130,50). Sum of RGB (Red+Green+Blue) = 33+130+50=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #218232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218232 is #DE7DCD. Grayscale: #5C5C5C. Windows color (decimal): -14581198 or 3310113. OLE color: 3310113.

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

Color convert

RGB 33 130 50 -
CMYK 0.75 0 0.62 0.49
HSL 130.52º 0.6% 0.32% -
HSV(B) 130.52º 0.75% 0.51% -
XYZ 9.19 16.52 5.72 -
YUV 91.88 104.36 86 -
System Red Green Blue C M Y K H S L
Decimal 33 130 50 0.75 0 0.62 0.49 130.52 0.6 0.32
Hex 21 82 32 4B 0 3E 31 83 3C 20
Octal 41 202 62 113 0 76 61 203 74 40
Binary 100001 10000010 110010 1001011 0 111110 110001 10000011 111100 100000

Color Harmonies of #218232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218232

Black with #218232

Text Example


Text Example

White with #218232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218232; }

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

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

background-color css

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

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

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

border-color css

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

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

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