Html Css Color HEX #218528 Forest Green

📋 copy color: '#218528'

red 33 ◦ green 133 ◦ blue 40

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

Shades of Forest Green #218528

Tints of Forest Green #218528

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.56%

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 16.02%
G = 64.56%
B = 19.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#218528 (or 0x218528) is known color: Forest Green. HEX triplet: 21, 85 and 28. RGB value is (33,133,40). Sum of RGB (Red+Green+Blue) = 33+133+40=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #218528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218528 is #DE7AD7. Grayscale: #5C5C5C. Windows color (decimal): -14580440 or 2655521. OLE color: 2655521.

HSL color Cylindrical-coordinate representation of color #218528: hue angle of 124.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218528 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 133 40 -
CMYK 0.75 0 0.70 0.48
HSL 124.2º 0.6% 0.33% -
HSV(B) 124.2º 0.75% 0.52% -
XYZ 9.4 17.25 4.84 -
YUV 92.5 98.37 85.56 -
System Red Green Blue C M Y K H S L
Decimal 33 133 40 0.75 0 0.70 0.48 124.2 0.6 0.33
Hex 21 85 28 4B 0 46 30 7C 3C 21
Octal 41 205 50 113 0 106 60 174 74 41
Binary 100001 10000101 101000 1001011 0 1000110 110000 1111100 111100 100001

Color Harmonies of #218528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218528

Black with #218528

Text Example


Text Example

White with #218528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218528; }

 p { color: rgb(33,133,40); }

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

background-color css

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

 a { background-color: rgb(33,133,40); }

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

border-color css

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

 span { border-color: rgb(33,133,40); }

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