Html Css Color HEX #2A7E5C Sea Green

📋 copy color: '#2A7E5C'

red 42 ◦ green 126 ◦ blue 92

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

Shades of Sea Green #2A7E5C

Tints of Sea Green #2A7E5C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 48.46%

 BLUE value IS 92 (36.33% from 255) = 35.38%

R = 16.15%
G = 48.46%
B = 35.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#2A7E5C (or 0x2A7E5C) is known color: Sea Green. HEX triplet: 2A, 7E and 5C. RGB value is (42,126,92). Sum of RGB (Red+Green+Blue) = 42+126+92=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 126 (49.61% from 255 or 48.46% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 126 - color contains mainly: green. Hex color #2A7E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7E5C is #D581A3. Grayscale: #616161. Windows color (decimal): -13992356 or 6061610. OLE color: 6061610.

HSL color Cylindrical-coordinate representation of color #2A7E5C: hue angle of 155.71º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7E5C is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 126 92 -
CMYK 0.67 0 0.27 0.51
HSL 155.71º 0.5% 0.33% -
HSV(B) 155.71º 0.67% 0.49% -
XYZ 10.35 16.19 12.7 -
YUV 97.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 42 126 92 0.67 0 0.27 0.51 155.71 0.5 0.33
Hex 2A 7E 5C 43 0 1B 33 9C 32 21
Octal 52 176 134 103 0 33 63 234 62 41
Binary 101010 1111110 1011100 1000011 0 11011 110011 10011100 110010 100001

Color Harmonies of #2A7E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7E5C

Black with #2A7E5C

Text Example


Text Example

White with #2A7E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,126,92); }

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

background-color css

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

 a { background-color: rgb(42,126,92); }

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

border-color css

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

 span { border-color: rgb(42,126,92); }

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