Html Css Color HEX #2A9448 Sea Green

📋 copy color: '#2A9448'

red 42 ◦ green 148 ◦ blue 72

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

Shades of Sea Green #2A9448

Tints of Sea Green #2A9448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 16.03%
G = 56.49%
B = 27.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#2A9448 (or 0x2A9448) is known color: Sea Green. HEX triplet: 2A, 94 and 48. RGB value is (42,148,72). Sum of RGB (Red+Green+Blue) = 42+148+72=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9448 is #D56BB7. Grayscale: #6B6B6B. Windows color (decimal): -13986744 or 4756522. OLE color: 4756522.

HSL color Cylindrical-coordinate representation of color #2A9448: hue angle of 136.98º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9448 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 148 72 -
CMYK 0.72 0 0.51 0.42
HSL 136.98º 0.56% 0.37% -
HSV(B) 136.98º 0.72% 0.58% -
XYZ 12.71 22.14 9.73 -
YUV 107.64 107.88 81.18 -
System Red Green Blue C M Y K H S L
Decimal 42 148 72 0.72 0 0.51 0.42 136.98 0.56 0.37
Hex 2A 94 48 48 0 33 2A 89 38 25
Octal 52 224 110 110 0 63 52 211 70 45
Binary 101010 10010100 1001000 1001000 0 110011 101010 10001001 111000 100101

Color Harmonies of #2A9448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9448

Black with #2A9448

Text Example


Text Example

White with #2A9448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,148,72); }

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

background-color css

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

 a { background-color: rgb(42,148,72); }

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

border-color css

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

 span { border-color: rgb(42,148,72); }

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