Html Css Color HEX #218435 Japanese Laurel

📋 copy color: '#218435'

red 33 ◦ green 132 ◦ blue 53

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

Shades of Japanese Laurel #218435

Tints of Japanese Laurel #218435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 15.14%
G = 60.55%
B = 24.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#218435 (or 0x218435) is known color: Japanese Laurel. HEX triplet: 21, 84 and 35. RGB value is (33,132,53). Sum of RGB (Red+Green+Blue) = 33+132+53=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #218435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218435 is #DE7BCA. Grayscale: #5D5D5D. Windows color (decimal): -14580683 or 3507233. OLE color: 3507233.

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

Color convert

RGB 33 132 53 -
CMYK 0.75 0 0.60 0.48
HSL 132.12º 0.6% 0.32% -
HSV(B) 132.12º 0.75% 0.52% -
XYZ 9.52 17.08 6.16 -
YUV 93.39 105.2 84.92 -
System Red Green Blue C M Y K H S L
Decimal 33 132 53 0.75 0 0.60 0.48 132.12 0.6 0.32
Hex 21 84 35 4B 0 3C 30 84 3C 20
Octal 41 204 65 113 0 74 60 204 74 40
Binary 100001 10000100 110101 1001011 0 111100 110000 10000100 111100 100000

Color Harmonies of #218435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218435

Black with #218435

Text Example


Text Example

White with #218435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218435; }

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

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

background-color css

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

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

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

border-color css

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

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

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