#269249

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

Shades of Sea Green #269249

Tints of Sea Green #269249

Color information

#269249 (or 0x269249) is unknown color: approx Sea Green. HEX triplet: 26, 92 and 49. RGB value is (38,146,73). Sum of RGB (Red+Green+Blue) = 38+146+73=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #269249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269249 is #D96DB6. Grayscale: #696969. Windows color (decimal): -14249399 or 4821542. OLE color: 4821542.

HSL color Cylindrical-coordinate representation of color #269249: hue angle of 139.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269249 is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB3814673-
CMYK0.7400.50.43
HSL139.44º58.7%36.08%-
HSV(B)139.44º73.97%57.25%-
XYZ12.2821.459.8-
YUV105.39109.7279.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 146 (57.42% from 255) = 56.81%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=14.79%
G=56.81%
B=28.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38146730.7400.50.43139.4458.736.08
Hex2692494A0322B8b3b24
Octal46222111112062532137344
Binary1001101001001010010011001010011001010101110001011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269249; }

 p { color: rgb(38,146,73); }

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

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

 a { background-color: rgb(38,146,73); }

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

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

 span { border-color: rgb(38,146,73); }

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