#21914B

Color #21914B Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #21914B

Tints of Sea Green #21914B

Color information

#21914B (or 0x21914B) is unknown color: approx Sea Green. HEX triplet: 21, 91 and 4B. RGB value is (33,145,75). Sum of RGB (Red+Green+Blue) = 33+145+75=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #21914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21914B is #DE6EB4. Grayscale: #676767. Windows color (decimal): -14577333 or 4952353. OLE color: 4952353.

HSL color Cylindrical-coordinate representation of color #21914B: hue angle of 142.5º 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 #21914B is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB3314575-
CMYK0.7700.480.43
HSL142.5º62.92%34.9%-
HSV(B)142.5º77.24%56.86%-
XYZ12.0221.0810.09-
YUV103.53111.8977.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 145 (57.03% from 255) = 57.31%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=13.04%
G=57.31%
B=29.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33145750.7700.480.43142.562.9234.9
Hex21914B4D0302B8e3f23
Octal41221113115060532167743
Binary1000011001000110010111001101011000010101110001110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21914B;
 }
 .AnyTagClassName
 {
   color: #21914B;
 }
</style>
background-color css

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

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

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

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

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

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