Html Css Color HEX #2D834B Sea Green

📋 copy color: '#2D834B'

red 45 ◦ green 131 ◦ blue 75

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

Shades of Sea Green #2D834B

Tints of Sea Green #2D834B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.19%

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

R = 17.93%
G = 52.19%
B = 29.88%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#2D834B (or 0x2D834B) is known color: Sea Green. HEX triplet: 2D, 83 and 4B. RGB value is (45,131,75). Sum of RGB (Red+Green+Blue) = 45+131+75=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #2D834B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D834B is #D27CB4. Grayscale: #636363. Windows color (decimal): -13794485 or 4948781. OLE color: 4948781.

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

Color convert

RGB 45 131 75 -
CMYK 0.66 0 0.43 0.49
HSL 140.93º 0.49% 0.35% -
HSV(B) 140.93º 0.66% 0.51% -
XYZ 10.47 17.3 9.44 -
YUV 98.9 114.51 89.55 -
System Red Green Blue C M Y K H S L
Decimal 45 131 75 0.66 0 0.43 0.49 140.93 0.49 0.35
Hex 2D 83 4B 42 0 2B 31 8D 31 23
Octal 55 203 113 102 0 53 61 215 61 43
Binary 101101 10000011 1001011 1000010 0 101011 110001 10001101 110001 100011

Color Harmonies of #2D834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D834B

Black with #2D834B

Text Example


Text Example

White with #2D834B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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