#268452

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

Shades of Sea Green #268452

Tints of Sea Green #268452

Color information

#268452 (or 0x268452) is unknown color: approx Sea Green. HEX triplet: 26, 84 and 52. RGB value is (38,132,82). Sum of RGB (Red+Green+Blue) = 38+132+82=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #268452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268452 is #D97BAD. Grayscale: #626262. Windows color (decimal): -14252974 or 5407782. OLE color: 5407782.

HSL color Cylindrical-coordinate representation of color #268452: hue angle of 148.09º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268452 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB3813282-
CMYK0.7100.380.48
HSL148.09º55.29%33.33%-
HSV(B)148.09º71.21%51.76%-
XYZ10.5717.5210.81-
YUV98.19118.8685.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=15.08%
G=52.38%
B=32.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38132820.7100.380.48148.0955.2933.33
Hex2684524702630943721
Octal46204122107046602246741
Binary1001101000010010100101000111010011011000010010100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268452; }

 p { color: rgb(38,132,82); }

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

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

 a { background-color: rgb(38,132,82); }

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

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

 span { border-color: rgb(38,132,82); }

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