Html Css Color HEX #2D894E Sea Green

📋 copy color: '#2D894E'

red 45 ◦ green 137 ◦ blue 78

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

Shades of Sea Green #2D894E

Tints of Sea Green #2D894E

RGB

 RED value IS 45 (17.97% from 255) = 17.31%

 GREEN value IS 137 (53.91% from 255) = 52.69%

 BLUE value IS 78 (30.86% from 255) = 30%

R = 17.31%
G = 52.69%
B = 30%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#2D894E (or 0x2D894E) is known color: Sea Green. HEX triplet: 2D, 89 and 4E. RGB value is (45,137,78). Sum of RGB (Red+Green+Blue) = 45+137+78=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #2D894E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D894E is #D276B1. Grayscale: #666666. Windows color (decimal): -13792946 or 5146925. OLE color: 5146925.

HSL color Cylindrical-coordinate representation of color #2D894E: hue angle of 141.52º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D894E is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 137 78 -
CMYK 0.67 0 0.43 0.46
HSL 141.52º 0.51% 0.36% -
HSV(B) 141.52º 0.67% 0.54% -
XYZ 11.4 19 10.27 -
YUV 102.77 114.02 86.8 -
System Red Green Blue C M Y K H S L
Decimal 45 137 78 0.67 0 0.43 0.46 141.52 0.51 0.36
Hex 2D 89 4E 43 0 2B 2E 8E 33 24
Octal 55 211 116 103 0 53 56 216 63 44
Binary 101101 10001001 1001110 1000011 0 101011 101110 10001110 110011 100100

Color Harmonies of #2D894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D894E

Black with #2D894E

Text Example


Text Example

White with #2D894E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,137,78); }

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

background-color css

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

 a { background-color: rgb(45,137,78); }

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

border-color css

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

 span { border-color: rgb(45,137,78); }

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