Html Css Color HEX #218639 Japanese Laurel

📋 copy color: '#218639'

red 33 ◦ green 134 ◦ blue 57

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

Shades of Japanese Laurel #218639

Tints of Japanese Laurel #218639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.45%

R = 14.73%
G = 59.82%
B = 25.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#218639 (or 0x218639) is known color: Japanese Laurel. HEX triplet: 21, 86 and 39. RGB value is (33,134,57). Sum of RGB (Red+Green+Blue) = 33+134+57=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #218639 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218639 is #DE79C6. Grayscale: #5F5F5F. Windows color (decimal): -14580167 or 3769889. OLE color: 3769889.

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

Color convert

RGB 33 134 57 -
CMYK 0.75 0 0.57 0.47
HSL 134.26º 0.6% 0.33% -
HSV(B) 134.26º 0.75% 0.53% -
XYZ 9.89 17.67 6.76 -
YUV 95.02 106.54 83.76 -
System Red Green Blue C M Y K H S L
Decimal 33 134 57 0.75 0 0.57 0.47 134.26 0.6 0.33
Hex 21 86 39 4B 0 39 2F 86 3C 21
Octal 41 206 71 113 0 71 57 206 74 41
Binary 100001 10000110 111001 1001011 0 111001 101111 10000110 111100 100001

Color Harmonies of #218639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218639

Black with #218639

Text Example


Text Example

White with #218639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218639; }

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

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

background-color css

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

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

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

border-color css

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

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

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