Html Css Color HEX #2D894B Sea Green

📋 copy color: '#2D894B'

red 45 ◦ green 137 ◦ blue 75

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

Shades of Sea Green #2D894B

Tints of Sea Green #2D894B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.18%

R = 17.51%
G = 53.31%
B = 29.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#2D894B (or 0x2D894B) is known color: Sea Green. HEX triplet: 2D, 89 and 4B. RGB value is (45,137,75). Sum of RGB (Red+Green+Blue) = 45+137+75=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #2D894B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D894B is #D276B4. Grayscale: #666666. Windows color (decimal): -13792949 or 4950317. OLE color: 4950317.

HSL color Cylindrical-coordinate representation of color #2D894B: hue angle of 139.57º 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 #2D894B is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 137 75 -
CMYK 0.67 0 0.45 0.46
HSL 139.57º 0.51% 0.36% -
HSV(B) 139.57º 0.67% 0.54% -
XYZ 11.3 18.96 9.72 -
YUV 102.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 45 137 75 0.67 0 0.45 0.46 139.57 0.51 0.36
Hex 2D 89 4B 43 0 2D 2E 8C 33 24
Octal 55 211 113 103 0 55 56 214 63 44
Binary 101101 10001001 1001011 1000011 0 101101 101110 10001100 110011 100100

Color Harmonies of #2D894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D894B

Black with #2D894B

Text Example


Text Example

White with #2D894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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