Html Css Color HEX #218333 Japanese Laurel

📋 copy color: '#218333'

red 33 ◦ green 131 ◦ blue 51

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

Shades of Japanese Laurel #218333

Tints of Japanese Laurel #218333

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.93%

 BLUE value IS 51 (20.31% from 255) = 23.72%

R = 15.35%
G = 60.93%
B = 23.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#218333 (or 0x218333) is known color: Japanese Laurel. HEX triplet: 21, 83 and 33. RGB value is (33,131,51). Sum of RGB (Red+Green+Blue) = 33+131+51=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #218333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218333 is #DE7CCC. Grayscale: #5C5C5C. Windows color (decimal): -14580941 or 3375905. OLE color: 3375905.

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

Color convert

RGB 33 131 51 -
CMYK 0.75 0 0.61 0.49
HSL 131.02º 0.6% 0.32% -
HSV(B) 131.02º 0.75% 0.51% -
XYZ 9.34 16.79 5.88 -
YUV 92.58 104.53 85.5 -
System Red Green Blue C M Y K H S L
Decimal 33 131 51 0.75 0 0.61 0.49 131.02 0.6 0.32
Hex 21 83 33 4B 0 3D 31 83 3C 20
Octal 41 203 63 113 0 75 61 203 74 40
Binary 100001 10000011 110011 1001011 0 111101 110001 10000011 111100 100000

Color Harmonies of #218333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218333

Black with #218333

Text Example


Text Example

White with #218333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218333; }

 p { color: rgb(33,131,51); }

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

background-color css

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

 a { background-color: rgb(33,131,51); }

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

border-color css

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

 span { border-color: rgb(33,131,51); }

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