#29825A

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

Shades of Sea Green #29825A

Tints of Sea Green #29825A

Color information

#29825A (or 0x29825A) is unknown color: approx Sea Green. HEX triplet: 29, 82 and 5A. RGB value is (41,130,90). Sum of RGB (Red+Green+Blue) = 41+130+90=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #29825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29825A is #D67DA5. Grayscale: #626262. Windows color (decimal): -14056870 or 5931561. OLE color: 5931561.

HSL color Cylindrical-coordinate representation of color #29825A: hue angle of 153.03º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29825A is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB4113090-
CMYK0.6800.310.49
HSL153.03º52.05%33.53%-
HSV(B)153.03º68.46%50.98%-
XYZ10.7417.1712.42-
YUV98.83123.0186.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=15.71%
G=49.81%
B=34.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41130900.6800.310.49153.0352.0533.53
Hex29825A4401F31993422
Octal51202132104037612316442
Binary101001100000101011010100010001111111000110011001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29825A; }

 p { color: rgb(41,130,90); }

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

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

 a { background-color: rgb(41,130,90); }

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

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

 span { border-color: rgb(41,130,90); }

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