#269140

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

Shades of Sea Green #269140

Tints of Sea Green #269140

Color information

#269140 (or 0x269140) is unknown color: approx Sea Green. HEX triplet: 26, 91 and 40. RGB value is (38,145,64). Sum of RGB (Red+Green+Blue) = 38+145+64=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #269140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269140 is #D96EBF. Grayscale: #676767. Windows color (decimal): -14249664 or 4231462. OLE color: 4231462.

HSL color Cylindrical-coordinate representation of color #269140: hue angle of 134.58º degrees, saturation: 0.58, 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 #269140 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB3814564-
CMYK0.7400.560.43
HSL134.58º58.47%35.88%-
HSV(B)134.58º73.79%56.86%-
XYZ11.8521.038.29-
YUV103.77105.5581.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.38%
GREEN value IS 145 (57.03% from 255) = 58.70%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=15.38%
G=58.70%
B=25.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38145640.7400.560.43134.5858.4735.88
Hex2691404A0382B873a24
Octal46221100112070532077244
Binary1001101001000110000001001010011100010101110000111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269140; }

 p { color: rgb(38,145,64); }

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

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

 a { background-color: rgb(38,145,64); }

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

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

 span { border-color: rgb(38,145,64); }

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