Html Css Color HEX #218341 Dark Spring Green

📋 copy color: '#218341'

red 33 ◦ green 131 ◦ blue 65

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

Shades of Dark Spring Green #218341

Tints of Dark Spring Green #218341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.38%

R = 14.41%
G = 57.21%
B = 28.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#218341 (or 0x218341) is known color: Dark Spring Green. HEX triplet: 21, 83 and 41. RGB value is (33,131,65). Sum of RGB (Red+Green+Blue) = 33+131+65=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #218341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218341 is #DE7CBE. Grayscale: #5E5E5E. Windows color (decimal): -14580927 or 4293409. OLE color: 4293409.

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

Color convert

RGB 33 131 65 -
CMYK 0.75 0 0.50 0.49
HSL 139.59º 0.6% 0.32% -
HSV(B) 139.59º 0.75% 0.51% -
XYZ 9.7 16.94 7.76 -
YUV 94.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 33 131 65 0.75 0 0.50 0.49 139.59 0.6 0.32
Hex 21 83 41 4B 0 32 31 8C 3C 20
Octal 41 203 101 113 0 62 61 214 74 40
Binary 100001 10000011 1000001 1001011 0 110010 110001 10001100 111100 100000

Color Harmonies of #218341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218341

Black with #218341

Text Example


Text Example

White with #218341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218341; }

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

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

background-color css

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

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

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

border-color css

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

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

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