Html Css Color HEX #218B3C Japanese Laurel

📋 copy color: '#218B3C'

red 33 ◦ green 139 ◦ blue 60

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

Shades of Japanese Laurel #218B3C

Tints of Japanese Laurel #218B3C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 59.91%

 BLUE value IS 60 (23.83% from 255) = 25.86%

R = 14.22%
G = 59.91%
B = 25.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#218B3C (or 0x218B3C) is known color: Japanese Laurel. HEX triplet: 21, 8B and 3C. RGB value is (33,139,60). Sum of RGB (Red+Green+Blue) = 33+139+60=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #218B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218B3C is #DE74C3. Grayscale: #626262. Windows color (decimal): -14578884 or 3967777. OLE color: 3967777.

HSL color Cylindrical-coordinate representation of color #218B3C: hue angle of 135.28º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218B3C is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 139 60 -
CMYK 0.76 0 0.57 0.45
HSL 135.28º 0.62% 0.34% -
HSV(B) 135.28º 0.76% 0.55% -
XYZ 10.68 19.11 7.4 -
YUV 98.3 106.38 81.42 -
System Red Green Blue C M Y K H S L
Decimal 33 139 60 0.76 0 0.57 0.45 135.28 0.62 0.34
Hex 21 8B 3C 4C 0 39 2D 87 3E 22
Octal 41 213 74 114 0 71 55 207 76 42
Binary 100001 10001011 111100 1001100 0 111001 101101 10000111 111110 100010

Color Harmonies of #218B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218B3C

Black with #218B3C

Text Example


Text Example

White with #218B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218B3C; }

 p { color: rgb(33,139,60); }

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

background-color css

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

 a { background-color: rgb(33,139,60); }

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

border-color css

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

 span { border-color: rgb(33,139,60); }

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