Html Css Color HEX #218340 Dark Spring Green

📋 copy color: '#218340'

red 33 ◦ green 131 ◦ blue 64

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

Shades of Dark Spring Green #218340

Tints of Dark Spring Green #218340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.07%

R = 14.47%
G = 57.46%
B = 28.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#218340 (or 0x218340) is known color: Dark Spring Green. HEX triplet: 21, 83 and 40. RGB value is (33,131,64). Sum of RGB (Red+Green+Blue) = 33+131+64=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #218340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218340 is #DE7CBF. Grayscale: #5E5E5E. Windows color (decimal): -14580928 or 4227873. OLE color: 4227873.

HSL color Cylindrical-coordinate representation of color #218340: hue angle of 138.98º 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 #218340 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 64 -
CMYK 0.75 0 0.51 0.49
HSL 138.98º 0.6% 0.32% -
HSV(B) 138.98º 0.75% 0.51% -
XYZ 9.67 16.93 7.61 -
YUV 94.06 111.03 84.45 -
System Red Green Blue C M Y K H S L
Decimal 33 131 64 0.75 0 0.51 0.49 138.98 0.6 0.32
Hex 21 83 40 4B 0 33 31 8B 3C 20
Octal 41 203 100 113 0 63 61 213 74 40
Binary 100001 10000011 1000000 1001011 0 110011 110001 10001011 111100 100000

Color Harmonies of #218340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218340

Black with #218340

Text Example


Text Example

White with #218340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218340; }

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

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

background-color css

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

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

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

border-color css

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

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

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