Html Css Color HEX #2F954B Sea Green

📋 copy color: '#2F954B'

red 47 ◦ green 149 ◦ blue 75

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

Shades of Sea Green #2F954B

Tints of Sea Green #2F954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.98%

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

R = 17.34%
G = 54.98%
B = 27.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#2F954B (or 0x2F954B) is known color: Sea Green. HEX triplet: 2F, 95 and 4B. RGB value is (47,149,75). Sum of RGB (Red+Green+Blue) = 47+149+75=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #2F954B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F954B is #D06AB4. Grayscale: #6E6E6E. Windows color (decimal): -13658805 or 4953391. OLE color: 4953391.

HSL color Cylindrical-coordinate representation of color #2F954B: hue angle of 136.47º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F954B is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 149 75 -
CMYK 0.68 0 0.50 0.42
HSL 136.47º 0.52% 0.38% -
HSV(B) 136.47º 0.68% 0.58% -
XYZ 13.19 22.61 10.33 -
YUV 110.07 108.21 83.02 -
System Red Green Blue C M Y K H S L
Decimal 47 149 75 0.68 0 0.50 0.42 136.47 0.52 0.38
Hex 2F 95 4B 44 0 32 2A 88 34 26
Octal 57 225 113 104 0 62 52 210 64 46
Binary 101111 10010101 1001011 1000100 0 110010 101010 10001000 110100 100110

Color Harmonies of #2F954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F954B

Black with #2F954B

Text Example


Text Example

White with #2F954B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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