Html Css Color HEX #2D8453 Sea Green

📋 copy color: '#2D8453'

red 45 ◦ green 132 ◦ blue 83

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

Shades of Sea Green #2D8453

Tints of Sea Green #2D8453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.77%

 BLUE value IS 83 (32.81% from 255) = 31.92%

R = 17.31%
G = 50.77%
B = 31.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#2D8453 (or 0x2D8453) is known color: Sea Green. HEX triplet: 2D, 84 and 53. RGB value is (45,132,83). Sum of RGB (Red+Green+Blue) = 45+132+83=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8453 is #D27BAC. Grayscale: #646464. Windows color (decimal): -13794221 or 5473325. OLE color: 5473325.

HSL color Cylindrical-coordinate representation of color #2D8453: hue angle of 146.21º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8453 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 132 83 -
CMYK 0.66 0 0.37 0.48
HSL 146.21º 0.49% 0.35% -
HSV(B) 146.21º 0.66% 0.52% -
XYZ 10.89 17.68 11.02 -
YUV 100.4 118.18 88.48 -
System Red Green Blue C M Y K H S L
Decimal 45 132 83 0.66 0 0.37 0.48 146.21 0.49 0.35
Hex 2D 84 53 42 0 25 30 92 31 23
Octal 55 204 123 102 0 45 60 222 61 43
Binary 101101 10000100 1010011 1000010 0 100101 110000 10010010 110001 100011

Color Harmonies of #2D8453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8453

Black with #2D8453

Text Example


Text Example

White with #2D8453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,132,83); }

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

background-color css

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

 a { background-color: rgb(45,132,83); }

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

border-color css

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

 span { border-color: rgb(45,132,83); }

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