Html Css Color HEX #2F905A Sea Green

📋 copy color: '#2F905A'

red 47 ◦ green 144 ◦ blue 90

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

Shades of Sea Green #2F905A

Tints of Sea Green #2F905A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 16.73%
G = 51.25%
B = 32.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#2F905A (or 0x2F905A) is known color: Sea Green. HEX triplet: 2F, 90 and 5A. RGB value is (47,144,90). Sum of RGB (Red+Green+Blue) = 47+144+90=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #2F905A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F905A is #D06FA5. Grayscale: #6C6C6C. Windows color (decimal): -13660070 or 5935151. OLE color: 5935151.

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

Color convert

RGB 47 144 90 -
CMYK 0.67 0 0.37 0.44
HSL 146.6º 0.51% 0.37% -
HSV(B) 146.6º 0.67% 0.56% -
XYZ 12.99 21.29 13.1 -
YUV 108.84 117.36 83.89 -
System Red Green Blue C M Y K H S L
Decimal 47 144 90 0.67 0 0.37 0.44 146.6 0.51 0.37
Hex 2F 90 5A 43 0 25 2C 93 33 25
Octal 57 220 132 103 0 45 54 223 63 45
Binary 101111 10010000 1011010 1000011 0 100101 101100 10010011 110011 100101

Color Harmonies of #2F905A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F905A

Black with #2F905A

Text Example


Text Example

White with #2F905A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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