Html Css Color HEX #218330 Forest Green

📋 copy color: '#218330'

red 33 ◦ green 131 ◦ blue 48

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

Shades of Forest Green #218330

Tints of Forest Green #218330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.79%

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 15.57%
G = 61.79%
B = 22.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#218330 (or 0x218330) is known color: Forest Green. HEX triplet: 21, 83 and 30. RGB value is (33,131,48). Sum of RGB (Red+Green+Blue) = 33+131+48=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #218330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218330 is #DE7CCF. Grayscale: #5C5C5C. Windows color (decimal): -14580944 or 3179297. OLE color: 3179297.

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

Color convert

RGB 33 131 48 -
CMYK 0.75 0 0.63 0.49
HSL 129.18º 0.6% 0.32% -
HSV(B) 129.18º 0.75% 0.51% -
XYZ 9.28 16.77 5.54 -
YUV 92.24 103.03 85.75 -
System Red Green Blue C M Y K H S L
Decimal 33 131 48 0.75 0 0.63 0.49 129.18 0.6 0.32
Hex 21 83 30 4B 0 3F 31 81 3C 20
Octal 41 203 60 113 0 77 61 201 74 40
Binary 100001 10000011 110000 1001011 0 111111 110001 10000001 111100 100000

Color Harmonies of #218330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218330

Black with #218330

Text Example


Text Example

White with #218330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218330; }

 p { color: rgb(33,131,48); }

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

background-color css

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

 a { background-color: rgb(33,131,48); }

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

border-color css

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

 span { border-color: rgb(33,131,48); }

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