#21925F

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

Shades of Sea Green #21925F

Tints of Sea Green #21925F

Color information

#21925F (or 0x21925F) is unknown color: approx Sea Green. HEX triplet: 21, 92 and 5F. RGB value is (33,146,95). Sum of RGB (Red+Green+Blue) = 33+146+95=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #21925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21925F is #DE6DA0. Grayscale: #6A6A6A. Windows color (decimal): -14577057 or 6263329. OLE color: 6263329.

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

Color convert

RGB3314695-
CMYK0.7700.350.43
HSL152.92º63.13%35.1%-
HSV(B)152.92º77.4%57.25%-
XYZ12.9721.7114.33-
YUV106.4121.5675.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 146 (57.42% from 255) = 53.28%
BLUE value IS 95 (37.5% from 255) = 34.67%
R=12.04%
G=53.28%
B=34.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33146950.7700.350.43152.9263.1335.1
Hex21925F4D0232B993f23
Octal41222137115043532317743
Binary1000011001001010111111001101010001110101110011001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21925F; }

 p { color: rgb(33,146,95); }

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

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

 a { background-color: rgb(33,146,95); }

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

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

 span { border-color: rgb(33,146,95); }

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