#3FA269

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

Shades of Ocean Green #3FA269

Tints of Ocean Green #3FA269

Color information

#3FA269 (or 0x3FA269) is unknown color: approx Ocean Green. HEX triplet: 3F, A2 and 69. RGB value is (63,162,105). Sum of RGB (Red+Green+Blue) = 63+162+105=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA269 is #C05D96. Grayscale: #7E7E7E. Windows color (decimal): -12606871 or 6922815. OLE color: 6922815.

HSL color Cylindrical-coordinate representation of color #3FA269: hue angle of 145.45º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA269 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB63162105-
CMYK0.6100.350.36
HSL145.45º44%44.12%-
HSV(B)145.45º61.11%63.53%-
XYZ17.5227.9217.83-
YUV125.9116.283.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.09%
GREEN value IS 162 (63.67% from 255) = 49.09%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=19.09%
G=49.09%
B=31.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631621050.6100.350.36145.454444.12
Hex3FA2693D02324912c2c
Octal7724215175043442215454
Binary111111101000101101001111101010001110010010010001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FA269; }

 p { color: rgb(63,162,105); }

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

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

 a { background-color: rgb(63,162,105); }

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

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

 span { border-color: rgb(63,162,105); }

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