Html Css Color HEX #2D835B Sea Green

📋 copy color: '#2D835B'

red 45 ◦ green 131 ◦ blue 91

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

Shades of Sea Green #2D835B

Tints of Sea Green #2D835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 16.85%
G = 49.06%
B = 34.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#2D835B (or 0x2D835B) is known color: Sea Green. HEX triplet: 2D, 83 and 5B. RGB value is (45,131,91). Sum of RGB (Red+Green+Blue) = 45+131+91=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #2D835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D835B is #D27CA4. Grayscale: #646464. Windows color (decimal): -13794469 or 5997357. OLE color: 5997357.

HSL color Cylindrical-coordinate representation of color #2D835B: hue angle of 152.09º 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 #2D835B is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 45 131 91 -
CMYK 0.66 0 0.31 0.49
HSL 152.09º 0.49% 0.35% -
HSV(B) 152.09º 0.66% 0.51% -
XYZ 11.09 17.55 12.7 -
YUV 100.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 45 131 91 0.66 0 0.31 0.49 152.09 0.49 0.35
Hex 2D 83 5B 42 0 1F 31 98 31 23
Octal 55 203 133 102 0 37 61 230 61 43
Binary 101101 10000011 1011011 1000010 0 11111 110001 10011000 110001 100011

Color Harmonies of #2D835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D835B

Black with #2D835B

Text Example


Text Example

White with #2D835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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