Html Css Color HEX #218601 Forest Green

📋 copy color: '#218601'

red 33 ◦ green 134 ◦ blue 1

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

Shades of Forest Green #218601

Tints of Forest Green #218601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 19.64%
G = 79.76%
B = 0.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#218601 (or 0x218601) is known color: Forest Green. HEX triplet: 21, 86 and 01. RGB value is (33,134,1). Sum of RGB (Red+Green+Blue) = 33+134+1=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 134 (52.73% from 255 or 79.76% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 134 - color contains mainly: green. Hex color #218601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218601 is #DE79FE. Grayscale: #595959. Windows color (decimal): -14580223 or 99873. OLE color: 99873.

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

Color convert

RGB 33 134 1 -
CMYK 0.75 0 0.99 0.47
HSL 105.56º 0.99% 0.26% -
HSV(B) 105.56º 0.99% 0.53% -
XYZ 9.16 17.38 2.9 -
YUV 88.64 78.54 88.31 -
System Red Green Blue C M Y K H S L
Decimal 33 134 1 0.75 0 0.99 0.47 105.56 0.99 0.26
Hex 21 86 1 4B 0 63 2F 6A 63 1A
Octal 41 206 1 113 0 143 57 152 143 32
Binary 100001 10000110 1 1001011 0 1100011 101111 1101010 1100011 11010

Color Harmonies of #218601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218601

Black with #218601

Text Example


Text Example

White with #218601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218601; }

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

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

background-color css

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

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

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

border-color css

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

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

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