Html Css Color HEX #2F8553 Sea Green

📋 copy color: '#2F8553'

red 47 ◦ green 133 ◦ blue 83

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

Shades of Sea Green #2F8553

Tints of Sea Green #2F8553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.56%

R = 17.87%
G = 50.57%
B = 31.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#2F8553 (or 0x2F8553) is known color: Sea Green. HEX triplet: 2F, 85 and 53. RGB value is (47,133,83). Sum of RGB (Red+Green+Blue) = 47+133+83=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8553 is #D07AAC. Grayscale: #656565. Windows color (decimal): -13662893 or 5473583. OLE color: 5473583.

HSL color Cylindrical-coordinate representation of color #2F8553: hue angle of 145.12º 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 #2F8553 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 133 83 -
CMYK 0.65 0 0.38 0.48
HSL 145.12º 0.48% 0.35% -
HSV(B) 145.12º 0.65% 0.52% -
XYZ 11.12 18 11.07 -
YUV 101.59 117.51 89.07 -
System Red Green Blue C M Y K H S L
Decimal 47 133 83 0.65 0 0.38 0.48 145.12 0.48 0.35
Hex 2F 85 53 41 0 26 30 91 30 23
Octal 57 205 123 101 0 46 60 221 60 43
Binary 101111 10000101 1010011 1000001 0 100110 110000 10010001 110000 100011

Color Harmonies of #2F8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8553

Black with #2F8553

Text Example


Text Example

White with #2F8553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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