Html Css Color HEX #2F855A Sea Green

📋 copy color: '#2F855A'

red 47 ◦ green 133 ◦ blue 90

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

Shades of Sea Green #2F855A

Tints of Sea Green #2F855A

RGB

 RED value IS 47 (18.75% from 255) = 17.41%

 GREEN value IS 133 (52.34% from 255) = 49.26%

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 17.41%
G = 49.26%
B = 33.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#2F855A (or 0x2F855A) is known color: Sea Green. HEX triplet: 2F, 85 and 5A. RGB value is (47,133,90). Sum of RGB (Red+Green+Blue) = 47+133+90=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #2F855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F855A is #D07AA5. Grayscale: #666666. Windows color (decimal): -13662886 or 5932335. OLE color: 5932335.

HSL color Cylindrical-coordinate representation of color #2F855A: hue angle of 150º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F855A is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 133 90 -
CMYK 0.65 0 0.32 0.48
HSL 150º 0.48% 0.35% -
HSV(B) 150º 0.65% 0.52% -
XYZ 11.41 18.12 12.57 -
YUV 102.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 47 133 90 0.65 0 0.32 0.48 150 0.48 0.35
Hex 2F 85 5A 41 0 20 30 96 30 23
Octal 57 205 132 101 0 40 60 226 60 43
Binary 101111 10000101 1011010 1000001 0 100000 110000 10010110 110000 100011

Color Harmonies of #2F855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F855A

Black with #2F855A

Text Example


Text Example

White with #2F855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F855A; }

 p { color: rgb(47,133,90); }

 H1.HeaderClassName
 {
   color: #2F855A;
 }
 .AnyTagClassName
 {
   color: #2F855A;
 }
</style>

background-color css

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

 a { background-color: rgb(47,133,90); }

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

border-color css

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

 span { border-color: rgb(47,133,90); }

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