Html Css Color HEX #2F8B4B Sea Green

📋 copy color: '#2F8B4B'

red 47 ◦ green 139 ◦ blue 75

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

Shades of Sea Green #2F8B4B

Tints of Sea Green #2F8B4B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.26%

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

R = 18.01%
G = 53.26%
B = 28.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#2F8B4B (or 0x2F8B4B) is known color: Sea Green. HEX triplet: 2F, 8B and 4B. RGB value is (47,139,75). Sum of RGB (Red+Green+Blue) = 47+139+75=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8B4B is #D074B4. Grayscale: #686868. Windows color (decimal): -13661365 or 4950831. OLE color: 4950831.

HSL color Cylindrical-coordinate representation of color #2F8B4B: hue angle of 138.26º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8B4B is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 139 75 -
CMYK 0.66 0 0.46 0.45
HSL 138.26º 0.49% 0.36% -
HSV(B) 138.26º 0.66% 0.55% -
XYZ 11.67 19.58 9.82 -
YUV 104.2 111.52 87.2 -
System Red Green Blue C M Y K H S L
Decimal 47 139 75 0.66 0 0.46 0.45 138.26 0.49 0.36
Hex 2F 8B 4B 42 0 2E 2D 8A 31 24
Octal 57 213 113 102 0 56 55 212 61 44
Binary 101111 10001011 1001011 1000010 0 101110 101101 10001010 110001 100100

Color Harmonies of #2F8B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8B4B

Black with #2F8B4B

Text Example


Text Example

White with #2F8B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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