Html Css Color HEX #3FA271 Ocean Green

📋 copy color: '#3FA271'

red 63 ◦ green 162 ◦ blue 113

#3FA271
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #3FA271

Tints of Ocean Green #3FA271

RGB

 RED value IS 63 (25% from 255) = 18.64%

 GREEN value IS 162 (63.67% from 255) = 47.93%

 BLUE value IS 113 (44.53% from 255) = 33.43%

R = 18.64%
G = 47.93%
B = 33.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#3FA271 (or 0x3FA271) is known color: Ocean Green. HEX triplet: 3F, A2 and 71. RGB value is (63,162,113). Sum of RGB (Red+Green+Blue) = 63+162+113=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA271 is #C05D8E. Grayscale: #7E7E7E. Windows color (decimal): -12606863 or 7447103. OLE color: 7447103.

HSL color Cylindrical-coordinate representation of color #3FA271: hue angle of 150.3º 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 #3FA271 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 63 162 113 -
CMYK 0.61 0 0.30 0.36
HSL 150.3º 0.44% 0.44% -
HSV(B) 150.3º 0.61% 0.64% -
XYZ 17.95 28.09 20.1 -
YUV 126.81 120.2 82.48 -
System Red Green Blue C M Y K H S L
Decimal 63 162 113 0.61 0 0.30 0.36 150.3 0.44 0.44
Hex 3F A2 71 3D 0 1E 24 96 2C 2C
Octal 77 242 161 75 0 36 44 226 54 54
Binary 111111 10100010 1110001 111101 0 11110 100100 10010110 101100 101100

Color Harmonies of #3FA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA271

Black with #3FA271

Text Example


Text Example

White with #3FA271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3FA271;
 }
 .AnyTagClassName
 {
   color: #3FA271;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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