#26994D

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

Shades of Sea Green #26994D

Tints of Sea Green #26994D

Color information

#26994D (or 0x26994D) is unknown color: approx Sea Green. HEX triplet: 26, 99 and 4D. RGB value is (38,153,77). Sum of RGB (Red+Green+Blue) = 38+153+77=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #26994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26994D is #D966B2. Grayscale: #6E6E6E. Windows color (decimal): -14247603 or 5085478. OLE color: 5085478.

HSL color Cylindrical-coordinate representation of color #26994D: hue angle of 140.35º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26994D is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB3815377-
CMYK0.7500.500.4
HSL140.35º60.21%37.45%-
HSV(B)140.35º75.16%60%-
XYZ13.5323.7310.89-
YUV109.95109.476.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.18%
GREEN value IS 153 (60.16% from 255) = 57.09%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=14.18%
G=57.09%
B=28.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38153770.7500.500.4140.3560.2137.45
Hex26994D4B032288c3c25
Octal46231115113062502147445
Binary1001101001100110011011001011011001010100010001100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,153,77); }

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

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

 a { background-color: rgb(38,153,77); }

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

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

 span { border-color: rgb(38,153,77); }

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