Html Css Color HEX #2D9257 Sea Green

📋 copy color: '#2D9257'

red 45 ◦ green 146 ◦ blue 87

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

Shades of Sea Green #2D9257

Tints of Sea Green #2D9257

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.52%

 BLUE value IS 87 (34.38% from 255) = 31.29%

R = 16.19%
G = 52.52%
B = 31.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#2D9257 (or 0x2D9257) is known color: Sea Green. HEX triplet: 2D, 92 and 57. RGB value is (45,146,87). Sum of RGB (Red+Green+Blue) = 45+146+87=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #2D9257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9257 is #D26DA8. Grayscale: #6D6D6D. Windows color (decimal): -13790633 or 5739053. OLE color: 5739053.

HSL color Cylindrical-coordinate representation of color #2D9257: hue angle of 144.95º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9257 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB 45 146 87 -
CMYK 0.69 0 0.40 0.43
HSL 144.95º 0.53% 0.37% -
HSV(B) 144.95º 0.69% 0.57% -
XYZ 13.08 21.8 12.54 -
YUV 109.08 115.54 82.3 -
System Red Green Blue C M Y K H S L
Decimal 45 146 87 0.69 0 0.40 0.43 144.95 0.53 0.37
Hex 2D 92 57 45 0 28 2B 91 35 25
Octal 55 222 127 105 0 50 53 221 65 45
Binary 101101 10010010 1010111 1000101 0 101000 101011 10010001 110101 100101

Color Harmonies of #2D9257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9257

Black with #2D9257

Text Example


Text Example

White with #2D9257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,146,87); }

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

background-color css

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

 a { background-color: rgb(45,146,87); }

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

border-color css

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

 span { border-color: rgb(45,146,87); }

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