#269850

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

Shades of Sea Green #269850

Tints of Sea Green #269850

Color information

#269850 (or 0x269850) is unknown color: approx Sea Green. HEX triplet: 26, 98 and 50. RGB value is (38,152,80). Sum of RGB (Red+Green+Blue) = 38+152+80=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #269850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269850 is #D967AF. Grayscale: #6D6D6D. Windows color (decimal): -14247856 or 5281830. OLE color: 5281830.

HSL color Cylindrical-coordinate representation of color #269850: hue angle of 142.11º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269850 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB3815280-
CMYK0.7500.470.40
HSL142.11º60%37.25%-
HSV(B)142.11º75%59.61%-
XYZ13.4823.4511.41-
YUV109.71111.2376.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.07%
GREEN value IS 152 (59.77% from 255) = 56.30%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=14.07%
G=56.30%
B=29.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38152800.7500.470.40142.116037.25
Hex2698504B02F288e3c25
Octal46230120113057502167445
Binary1001101001100010100001001011010111110100010001110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269850; }

 p { color: rgb(38,152,80); }

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

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

 a { background-color: rgb(38,152,80); }

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

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

 span { border-color: rgb(38,152,80); }

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