Html Css Color HEX #218638 Japanese Laurel

📋 copy color: '#218638'

red 33 ◦ green 134 ◦ blue 56

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

Shades of Japanese Laurel #218638

Tints of Japanese Laurel #218638

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.09%

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

R = 14.8%
G = 60.09%
B = 25.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#218638 (or 0x218638) is known color: Japanese Laurel. HEX triplet: 21, 86 and 38. RGB value is (33,134,56). Sum of RGB (Red+Green+Blue) = 33+134+56=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #218638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218638 is #DE79C7. Grayscale: #5F5F5F. Windows color (decimal): -14580168 or 3704353. OLE color: 3704353.

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

Color convert

RGB 33 134 56 -
CMYK 0.75 0 0.58 0.47
HSL 133.66º 0.6% 0.33% -
HSV(B) 133.66º 0.75% 0.53% -
XYZ 9.87 17.66 6.63 -
YUV 94.91 106.04 83.84 -
System Red Green Blue C M Y K H S L
Decimal 33 134 56 0.75 0 0.58 0.47 133.66 0.6 0.33
Hex 21 86 38 4B 0 3A 2F 86 3C 21
Octal 41 206 70 113 0 72 57 206 74 41
Binary 100001 10000110 111000 1001011 0 111010 101111 10000110 111100 100001

Color Harmonies of #218638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218638

Black with #218638

Text Example


Text Example

White with #218638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218638; }

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

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

background-color css

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

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

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

border-color css

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

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

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