Html Css Color HEX #2F9052 Sea Green

📋 copy color: '#2F9052'

red 47 ◦ green 144 ◦ blue 82

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

Shades of Sea Green #2F9052

Tints of Sea Green #2F9052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.75%

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 17.22%
G = 52.75%
B = 30.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#2F9052 (or 0x2F9052) is known color: Sea Green. HEX triplet: 2F, 90 and 52. RGB value is (47,144,82). Sum of RGB (Red+Green+Blue) = 47+144+82=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9052 is #D06FAD. Grayscale: #6C6C6C. Windows color (decimal): -13660078 or 5410863. OLE color: 5410863.

HSL color Cylindrical-coordinate representation of color #2F9052: hue angle of 141.65º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F9052 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 144 82 -
CMYK 0.67 0 0.43 0.44
HSL 141.65º 0.51% 0.37% -
HSV(B) 141.65º 0.67% 0.56% -
XYZ 12.67 21.16 11.4 -
YUV 107.93 113.36 84.54 -
System Red Green Blue C M Y K H S L
Decimal 47 144 82 0.67 0 0.43 0.44 141.65 0.51 0.37
Hex 2F 90 52 43 0 2B 2C 8E 33 25
Octal 57 220 122 103 0 53 54 216 63 45
Binary 101111 10010000 1010010 1000011 0 101011 101100 10001110 110011 100101

Color Harmonies of #2F9052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9052

Black with #2F9052

Text Example


Text Example

White with #2F9052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,144,82); }

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

background-color css

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

 a { background-color: rgb(47,144,82); }

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

border-color css

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

 span { border-color: rgb(47,144,82); }

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