#269642

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

Shades of Sea Green #269642

Tints of Sea Green #269642

Color information

#269642 (or 0x269642) is unknown color: approx Sea Green. HEX triplet: 26, 96 and 42. RGB value is (38,150,66). Sum of RGB (Red+Green+Blue) = 38+150+66=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #269642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269642 is #D969BD. Grayscale: #6B6B6B. Windows color (decimal): -14248382 or 4363814. OLE color: 4363814.

HSL color Cylindrical-coordinate representation of color #269642: hue angle of 135º 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 #269642 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB3815066-
CMYK0.7500.560.41
HSL135º59.57%36.86%-
HSV(B)135º74.67%58.82%-
XYZ12.6922.628.85-
YUV106.94104.8978.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 150 (58.98% from 255) = 59.06%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=14.96%
G=59.06%
B=25.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38150660.7500.560.4113559.5736.86
Hex2696424B03829873c25
Octal46226102113070512077445
Binary1001101001011010000101001011011100010100110000111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269642; }

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

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

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

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

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

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

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

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