#269B41

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

Shades of Sea Green #269B41

Tints of Sea Green #269B41

Color information

#269B41 (or 0x269B41) is unknown color: approx Sea Green. HEX triplet: 26, 9B and 41. RGB value is (38,155,65). Sum of RGB (Red+Green+Blue) = 38+155+65=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 155 (60.94% from 255 or 60.08% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 155 - color contains mainly: green. Hex color #269B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269B41 is #D964BE. Grayscale: #6E6E6E. Windows color (decimal): -14247103 or 4299558. OLE color: 4299558.

HSL color Cylindrical-coordinate representation of color #269B41: hue angle of 133.85º 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 #269B41 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB3815565-
CMYK0.7500.580.39
HSL133.85º60.62%37.84%-
HSV(B)133.85º75.48%60.78%-
XYZ13.4724.248.97-
YUV109.76102.7476.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.73%
GREEN value IS 155 (60.94% from 255) = 60.08%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=14.73%
G=60.08%
B=25.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38155650.7500.580.39133.8560.6237.84
Hex269B414B03A27863d26
Octal46233101113072472067546
Binary1001101001101110000011001011011101010011110000110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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