#269650

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

Shades of Sea Green #269650

Tints of Sea Green #269650

Color information

#269650 (or 0x269650) is unknown color: approx Sea Green. HEX triplet: 26, 96 and 50. RGB value is (38,150,80). Sum of RGB (Red+Green+Blue) = 38+150+80=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #269650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269650 is #D969AF. Grayscale: #6C6C6C. Windows color (decimal): -14248368 or 5281318. OLE color: 5281318.

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

Color convert

RGB3815080-
CMYK0.7500.470.41
HSL142.5º59.57%36.86%-
HSV(B)142.5º74.67%58.82%-
XYZ13.1522.811.3-
YUV108.53111.8977.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.18%
GREEN value IS 150 (58.98% from 255) = 55.97%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=14.18%
G=55.97%
B=29.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38150800.7500.470.41142.559.5736.86
Hex2696504B02F298e3c25
Octal46226120113057512167445
Binary1001101001011010100001001011010111110100110001110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269650; }

 p { color: rgb(38,150,80); }

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

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

 a { background-color: rgb(38,150,80); }

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

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

 span { border-color: rgb(38,150,80); }

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