Html Css Color HEX #21914D Sea Green

📋 copy color: '#21914D'

red 33 ◦ green 145 ◦ blue 77

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

Shades of Sea Green #21914D

Tints of Sea Green #21914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.86%

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 12.94%
G = 56.86%
B = 30.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#21914D (or 0x21914D) is known color: Sea Green. HEX triplet: 21, 91 and 4D. RGB value is (33,145,77). Sum of RGB (Red+Green+Blue) = 33+145+77=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #21914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21914D is #DE6EB2. Grayscale: #676767. Windows color (decimal): -14577331 or 5083425. OLE color: 5083425.

HSL color Cylindrical-coordinate representation of color #21914D: hue angle of 143.57º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21914D is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 145 77 -
CMYK 0.77 0 0.47 0.43
HSL 143.57º 0.63% 0.35% -
HSV(B) 143.57º 0.77% 0.57% -
XYZ 12.09 21.11 10.46 -
YUV 103.76 112.89 77.53 -
System Red Green Blue C M Y K H S L
Decimal 33 145 77 0.77 0 0.47 0.43 143.57 0.63 0.35
Hex 21 91 4D 4D 0 2F 2B 90 3F 23
Octal 41 221 115 115 0 57 53 220 77 43
Binary 100001 10010001 1001101 1001101 0 101111 101011 10010000 111111 100011

Color Harmonies of #21914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21914D

Black with #21914D

Text Example


Text Example

White with #21914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21914D; }

 p { color: rgb(33,145,77); }

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

background-color css

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

 a { background-color: rgb(33,145,77); }

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

border-color css

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

 span { border-color: rgb(33,145,77); }

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