#269448

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

Shades of Sea Green #269448

Tints of Sea Green #269448

Color information

#269448 (or 0x269448) is unknown color: approx Sea Green. HEX triplet: 26, 94 and 48. RGB value is (38,148,72). Sum of RGB (Red+Green+Blue) = 38+148+72=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #269448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269448 is #D96BB7. Grayscale: #6A6A6A. Windows color (decimal): -14248888 or 4756518. OLE color: 4756518.

HSL color Cylindrical-coordinate representation of color #269448: hue angle of 138.55º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269448 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB3814872-
CMYK0.7400.510.42
HSL138.55º59.14%36.47%-
HSV(B)138.55º74.32%58.04%-
XYZ12.5622.069.73-
YUV106.45108.5679.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.73%
GREEN value IS 148 (58.20% from 255) = 57.36%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=14.73%
G=57.36%
B=27.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38148720.7400.510.42138.5559.1436.47
Hex2694484A0332A8b3b24
Octal46224110112063522137344
Binary1001101001010010010001001010011001110101010001011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269448; }

 p { color: rgb(38,148,72); }

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

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

 a { background-color: rgb(38,148,72); }

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

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

 span { border-color: rgb(38,148,72); }

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