#268155

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

Shades of Sea Green #268155

Tints of Sea Green #268155

Color information

#268155 (or 0x268155) is unknown color: approx Sea Green. HEX triplet: 26, 81 and 55. RGB value is (38,129,85). Sum of RGB (Red+Green+Blue) = 38+129+85=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #268155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268155 is #D97EAA. Grayscale: #606060. Windows color (decimal): -14253739 or 5603622. OLE color: 5603622.

HSL color Cylindrical-coordinate representation of color #268155: hue angle of 150.99º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268155 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB3812985-
CMYK0.7100.340.49
HSL150.99º54.49%32.75%-
HSV(B)150.99º70.54%50.59%-
XYZ10.2916.7711.29-
YUV96.78121.3586.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 129 (50.78% from 255) = 51.19%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=15.08%
G=51.19%
B=33.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38129850.7100.340.49150.9954.4932.75
Hex2681554702231973621
Octal46201125107042612276641
Binary1001101000000110101011000111010001011000110010111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268155; }

 p { color: rgb(38,129,85); }

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

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

 a { background-color: rgb(38,129,85); }

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

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

 span { border-color: rgb(38,129,85); }

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