Html Css Color HEX #2F8F4B Sea Green

📋 copy color: '#2F8F4B'

red 47 ◦ green 143 ◦ blue 75

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

Shades of Sea Green #2F8F4B

Tints of Sea Green #2F8F4B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 53.96%

 BLUE value IS 75 (29.69% from 255) = 28.3%

R = 17.74%
G = 53.96%
B = 28.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#2F8F4B (or 0x2F8F4B) is known color: Sea Green. HEX triplet: 2F, 8F and 4B. RGB value is (47,143,75). Sum of RGB (Red+Green+Blue) = 47+143+75=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 143 (56.25% from 255 or 53.96% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8F4B is #D070B4. Grayscale: #6A6A6A. Windows color (decimal): -13660341 or 4951855. OLE color: 4951855.

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

Color convert

RGB 47 143 75 -
CMYK 0.67 0 0.48 0.44
HSL 137.5º 0.51% 0.37% -
HSV(B) 137.5º 0.67% 0.56% -
XYZ 12.26 20.76 10.02 -
YUV 106.54 110.2 85.53 -
System Red Green Blue C M Y K H S L
Decimal 47 143 75 0.67 0 0.48 0.44 137.5 0.51 0.37
Hex 2F 8F 4B 43 0 30 2C 8A 33 25
Octal 57 217 113 103 0 60 54 212 63 45
Binary 101111 10001111 1001011 1000011 0 110000 101100 10001010 110011 100101

Color Harmonies of #2F8F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8F4B

Black with #2F8F4B

Text Example


Text Example

White with #2F8F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,143,75); }

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

background-color css

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

 a { background-color: rgb(47,143,75); }

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

border-color css

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

 span { border-color: rgb(47,143,75); }

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