Html Css Color HEX #2A913F Sea Green

📋 copy color: '#2A913F'

red 42 ◦ green 145 ◦ blue 63

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

Shades of Sea Green #2A913F

Tints of Sea Green #2A913F

RGB

 RED value IS 42 (16.8% from 255) = 16.8%

 GREEN value IS 145 (57.03% from 255) = 58%

 BLUE value IS 63 (25% from 255) = 25.2%

R = 16.8%
G = 58%
B = 25.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#2A913F (or 0x2A913F) is known color: Sea Green. HEX triplet: 2A, 91 and 3F. RGB value is (42,145,63). Sum of RGB (Red+Green+Blue) = 42+145+63=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #2A913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A913F is #D56EC0. Grayscale: #696969. Windows color (decimal): -13987521 or 4165930. OLE color: 4165930.

HSL color Cylindrical-coordinate representation of color #2A913F: hue angle of 132.23º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A913F is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 42 145 63 -
CMYK 0.71 0 0.57 0.43
HSL 132.23º 0.55% 0.37% -
HSV(B) 132.23º 0.71% 0.57% -
XYZ 11.98 21.1 8.14 -
YUV 104.86 104.38 83.17 -
System Red Green Blue C M Y K H S L
Decimal 42 145 63 0.71 0 0.57 0.43 132.23 0.55 0.37
Hex 2A 91 3F 47 0 39 2B 84 37 25
Octal 52 221 77 107 0 71 53 204 67 45
Binary 101010 10010001 111111 1000111 0 111001 101011 10000100 110111 100101

Color Harmonies of #2A913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A913F

Black with #2A913F

Text Example


Text Example

White with #2A913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,145,63); }

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

background-color css

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

 a { background-color: rgb(42,145,63); }

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

border-color css

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

 span { border-color: rgb(42,145,63); }

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