Html Css Color HEX #218125 Forest Green

📋 copy color: '#218125'

red 33 ◦ green 129 ◦ blue 37

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

Shades of Forest Green #218125

Tints of Forest Green #218125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 64.82%

 BLUE value IS 37 (14.84% from 255) = 18.59%

R = 16.58%
G = 64.82%
B = 18.59%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#218125 (or 0x218125) is known color: Forest Green. HEX triplet: 21, 81 and 25. RGB value is (33,129,37). Sum of RGB (Red+Green+Blue) = 33+129+37=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 129 (50.78% from 255 or 64.82% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 129 - color contains mainly: green. Hex color #218125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218125 is #DE7EDA. Grayscale: #5A5A5A. Windows color (decimal): -14581467 or 2457889. OLE color: 2457889.

HSL color Cylindrical-coordinate representation of color #218125: hue angle of 122.5º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218125 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 129 37 -
CMYK 0.74 0 0.71 0.49
HSL 122.5º 0.59% 0.32% -
HSV(B) 122.5º 0.74% 0.51% -
XYZ 8.81 16.16 4.4 -
YUV 89.81 98.2 87.48 -
System Red Green Blue C M Y K H S L
Decimal 33 129 37 0.74 0 0.71 0.49 122.5 0.59 0.32
Hex 21 81 25 4A 0 47 31 7B 3B 20
Octal 41 201 45 112 0 107 61 173 73 40
Binary 100001 10000001 100101 1001010 0 1000111 110001 1111011 111011 100000

Color Harmonies of #218125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218125

Black with #218125

Text Example


Text Example

White with #218125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218125; }

 p { color: rgb(33,129,37); }

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

background-color css

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

 a { background-color: rgb(33,129,37); }

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

border-color css

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

 span { border-color: rgb(33,129,37); }

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