Html Css Color HEX #218739 Japanese Laurel

📋 copy color: '#218739'

red 33 ◦ green 135 ◦ blue 57

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

Shades of Japanese Laurel #218739

Tints of Japanese Laurel #218739

RGB

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

 GREEN value IS 135 (53.13% from 255) = 60%

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

R = 14.67%
G = 60%
B = 25.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#218739 (or 0x218739) is known color: Japanese Laurel. HEX triplet: 21, 87 and 39. RGB value is (33,135,57). Sum of RGB (Red+Green+Blue) = 33+135+57=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #218739 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218739 is #DE78C6. Grayscale: #5F5F5F. Windows color (decimal): -14579911 or 3770145. OLE color: 3770145.

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

Color convert

RGB 33 135 57 -
CMYK 0.76 0 0.58 0.47
HSL 134.12º 0.61% 0.33% -
HSV(B) 134.12º 0.76% 0.53% -
XYZ 10.03 17.95 6.81 -
YUV 95.61 106.21 83.34 -
System Red Green Blue C M Y K H S L
Decimal 33 135 57 0.76 0 0.58 0.47 134.12 0.61 0.33
Hex 21 87 39 4C 0 3A 2F 86 3D 21
Octal 41 207 71 114 0 72 57 206 75 41
Binary 100001 10000111 111001 1001100 0 111010 101111 10000110 111101 100001

Color Harmonies of #218739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218739

Black with #218739

Text Example


Text Example

White with #218739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218739; }

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

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

background-color css

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

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

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

border-color css

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

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

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