Html Css Color HEX #2A854C Sea Green

📋 copy color: '#2A854C'

red 42 ◦ green 133 ◦ blue 76

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

Shades of Sea Green #2A854C

Tints of Sea Green #2A854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

 BLUE value IS 76 (30.08% from 255) = 30.28%

R = 16.73%
G = 52.99%
B = 30.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#2A854C (or 0x2A854C) is known color: Sea Green. HEX triplet: 2A, 85 and 4C. RGB value is (42,133,76). Sum of RGB (Red+Green+Blue) = 42+133+76=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #2A854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A854C is #D57AB3. Grayscale: #636363. Windows color (decimal): -13990580 or 5014826. OLE color: 5014826.

HSL color Cylindrical-coordinate representation of color #2A854C: hue angle of 142.42º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A854C is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 42 133 76 -
CMYK 0.68 0 0.43 0.48
HSL 142.42º 0.52% 0.34% -
HSV(B) 142.42º 0.68% 0.52% -
XYZ 10.65 17.79 9.71 -
YUV 99.29 114.85 87.13 -
System Red Green Blue C M Y K H S L
Decimal 42 133 76 0.68 0 0.43 0.48 142.42 0.52 0.34
Hex 2A 85 4C 44 0 2B 30 8E 34 22
Octal 52 205 114 104 0 53 60 216 64 42
Binary 101010 10000101 1001100 1000100 0 101011 110000 10001110 110100 100010

Color Harmonies of #2A854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A854C

Black with #2A854C

Text Example


Text Example

White with #2A854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,133,76); }

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

background-color css

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

 a { background-color: rgb(42,133,76); }

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

border-color css

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

 span { border-color: rgb(42,133,76); }

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