Html Css Color HEX #218538 Japanese Laurel

📋 copy color: '#218538'

red 33 ◦ green 133 ◦ blue 56

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

Shades of Japanese Laurel #218538

Tints of Japanese Laurel #218538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.91%

 BLUE value IS 56 (22.27% from 255) = 25.23%

R = 14.86%
G = 59.91%
B = 25.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#218538 (or 0x218538) is known color: Japanese Laurel. HEX triplet: 21, 85 and 38. RGB value is (33,133,56). Sum of RGB (Red+Green+Blue) = 33+133+56=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #218538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218538 is #DE7AC7. Grayscale: #5E5E5E. Windows color (decimal): -14580424 or 3704097. OLE color: 3704097.

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

Color convert

RGB 33 133 56 -
CMYK 0.75 0 0.58 0.48
HSL 133.8º 0.6% 0.33% -
HSV(B) 133.8º 0.75% 0.52% -
XYZ 9.73 17.38 6.58 -
YUV 94.32 106.37 84.26 -
System Red Green Blue C M Y K H S L
Decimal 33 133 56 0.75 0 0.58 0.48 133.8 0.6 0.33
Hex 21 85 38 4B 0 3A 30 86 3C 21
Octal 41 205 70 113 0 72 60 206 74 41
Binary 100001 10000101 111000 1001011 0 111010 110000 10000110 111100 100001

Color Harmonies of #218538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218538

Black with #218538

Text Example


Text Example

White with #218538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218538; }

 p { color: rgb(33,133,56); }

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

background-color css

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

 a { background-color: rgb(33,133,56); }

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

border-color css

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

 span { border-color: rgb(33,133,56); }

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