Html Css Color HEX #2D835C Sea Green

📋 copy color: '#2D835C'

red 45 ◦ green 131 ◦ blue 92

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

Shades of Sea Green #2D835C

Tints of Sea Green #2D835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 16.79%
G = 48.88%
B = 34.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#2D835C (or 0x2D835C) is known color: Sea Green. HEX triplet: 2D, 83 and 5C. RGB value is (45,131,92). Sum of RGB (Red+Green+Blue) = 45+131+92=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #2D835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D835C is #D27CA3. Grayscale: #646464. Windows color (decimal): -13794468 or 6062893. OLE color: 6062893.

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

Color convert

RGB 45 131 92 -
CMYK 0.66 0 0.30 0.49
HSL 152.79º 0.49% 0.35% -
HSV(B) 152.79º 0.66% 0.51% -
XYZ 11.13 17.56 12.93 -
YUV 100.84 123.01 88.17 -
System Red Green Blue C M Y K H S L
Decimal 45 131 92 0.66 0 0.30 0.49 152.79 0.49 0.35
Hex 2D 83 5C 42 0 1E 31 99 31 23
Octal 55 203 134 102 0 36 61 231 61 43
Binary 101101 10000011 1011100 1000010 0 11110 110001 10011001 110001 100011

Color Harmonies of #2D835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D835C

Black with #2D835C

Text Example


Text Example

White with #2D835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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