#268960

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

Shades of Sea Green #268960

Tints of Sea Green #268960

Color information

#268960 (or 0x268960) is unknown color: approx Sea Green. HEX triplet: 26, 89 and 60. RGB value is (38,137,96). Sum of RGB (Red+Green+Blue) = 38+137+96=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #268960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268960 is #D9769F. Grayscale: #666666. Windows color (decimal): -14251680 or 6326566. OLE color: 6326566.

HSL color Cylindrical-coordinate representation of color #268960: hue angle of 155.15º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268960 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB3813796-
CMYK0.7200.300.46
HSL155.15º56.57%34.31%-
HSV(B)155.15º72.26%53.73%-
XYZ11.8619.1514.14-
YUV102.72124.281.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.02%
GREEN value IS 137 (53.91% from 255) = 50.55%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=14.02%
G=50.55%
B=35.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38137960.7200.300.46155.1556.5734.31
Hex2689604801E2E9b3922
Octal46211140110036562337142
Binary100110100010011100000100100001111010111010011011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268960; }

 p { color: rgb(38,137,96); }

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

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

 a { background-color: rgb(38,137,96); }

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

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

 span { border-color: rgb(38,137,96); }

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