#269B45

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

Shades of Sea Green #269B45

Tints of Sea Green #269B45

Color information

#269B45 (or 0x269B45) is unknown color: approx Sea Green. HEX triplet: 26, 9B and 45. RGB value is (38,155,69). Sum of RGB (Red+Green+Blue) = 38+155+69=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 155 (60.94% from 255 or 59.16% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 155 - color contains mainly: green. Hex color #269B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269B45 is #D964BA. Grayscale: #6E6E6E. Windows color (decimal): -14247099 or 4561702. OLE color: 4561702.

HSL color Cylindrical-coordinate representation of color #269B45: hue angle of 135.9º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B45 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB3815569-
CMYK0.7500.550.39
HSL135.9º60.62%37.84%-
HSV(B)135.9º75.48%60.78%-
XYZ13.5924.289.6-
YUV110.21104.7476.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 155 (60.94% from 255) = 59.16%
BLUE value IS 69 (27.34% from 255) = 26.34%
R=14.50%
G=59.16%
B=26.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38155690.7500.550.39135.960.6237.84
Hex269B454B03727883d26
Octal46233105113067472107546
Binary1001101001101110001011001011011011110011110001000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269B45; }

 p { color: rgb(38,155,69); }

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

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

 a { background-color: rgb(38,155,69); }

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

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

 span { border-color: rgb(38,155,69); }

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