Html Css Color HEX #218235 Japanese Laurel

📋 copy color: '#218235'

red 33 ◦ green 130 ◦ blue 53

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

Shades of Japanese Laurel #218235

Tints of Japanese Laurel #218235

RGB

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

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

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

R = 15.28%
G = 60.19%
B = 24.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#218235 (or 0x218235) is known color: Japanese Laurel. HEX triplet: 21, 82 and 35. RGB value is (33,130,53). Sum of RGB (Red+Green+Blue) = 33+130+53=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #218235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218235 is #DE7DCA. Grayscale: #5C5C5C. Windows color (decimal): -14581195 or 3506721. OLE color: 3506721.

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

Color convert

RGB 33 130 53 -
CMYK 0.75 0 0.59 0.49
HSL 132.37º 0.6% 0.32% -
HSV(B) 132.37º 0.75% 0.51% -
XYZ 9.25 16.55 6.07 -
YUV 92.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 33 130 53 0.75 0 0.59 0.49 132.37 0.6 0.32
Hex 21 82 35 4B 0 3B 31 84 3C 20
Octal 41 202 65 113 0 73 61 204 74 40
Binary 100001 10000010 110101 1001011 0 111011 110001 10000100 111100 100000

Color Harmonies of #218235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218235

Black with #218235

Text Example


Text Example

White with #218235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218235; }

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

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

background-color css

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

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

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

border-color css

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

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

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