Html Css Color HEX #218434 Japanese Laurel

📋 copy color: '#218434'

red 33 ◦ green 132 ◦ blue 52

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

Shades of Japanese Laurel #218434

Tints of Japanese Laurel #218434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.83%

 BLUE value IS 52 (20.7% from 255) = 23.96%

R = 15.21%
G = 60.83%
B = 23.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#218434 (or 0x218434) is known color: Japanese Laurel. HEX triplet: 21, 84 and 34. RGB value is (33,132,52). Sum of RGB (Red+Green+Blue) = 33+132+52=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #218434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218434 is #DE7BCB. Grayscale: #5D5D5D. Windows color (decimal): -14580684 or 3441697. OLE color: 3441697.

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

Color convert

RGB 33 132 52 -
CMYK 0.75 0 0.61 0.48
HSL 131.52º 0.6% 0.32% -
HSV(B) 131.52º 0.75% 0.52% -
XYZ 9.5 17.07 6.04 -
YUV 93.28 104.7 85 -
System Red Green Blue C M Y K H S L
Decimal 33 132 52 0.75 0 0.61 0.48 131.52 0.6 0.32
Hex 21 84 34 4B 0 3D 30 84 3C 20
Octal 41 204 64 113 0 75 60 204 74 40
Binary 100001 10000100 110100 1001011 0 111101 110000 10000100 111100 100000

Color Harmonies of #218434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218434

Black with #218434

Text Example


Text Example

White with #218434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218434; }

 p { color: rgb(33,132,52); }

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

background-color css

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

 a { background-color: rgb(33,132,52); }

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

border-color css

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

 span { border-color: rgb(33,132,52); }

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