Html Css Color HEX #2DCF67 Medium Sea Green

📋 copy color: '#2DCF67'

red 45 ◦ green 207 ◦ blue 103

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

Shades of Medium Sea Green #2DCF67

Tints of Medium Sea Green #2DCF67

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.31%

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 12.68%
G = 58.31%
B = 29.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#2DCF67 (or 0x2DCF67) is known color: Medium Sea Green. HEX triplet: 2D, CF and 67. RGB value is (45,207,103). Sum of RGB (Red+Green+Blue) = 45+207+103=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCF67 is #D23098. Grayscale: #929292. Windows color (decimal): -13775001 or 6803245. OLE color: 6803245.

HSL color Cylindrical-coordinate representation of color #2DCF67: hue angle of 141.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCF67 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 207 103 -
CMYK 0.78 0 0.50 0.19
HSL 141.48º 0.64% 0.49% -
HSV(B) 141.48º 0.78% 0.81% -
XYZ 25.84 46.16 20.38 -
YUV 146.71 103.33 55.46 -
System Red Green Blue C M Y K H S L
Decimal 45 207 103 0.78 0 0.50 0.19 141.48 0.64 0.49
Hex 2D CF 67 4E 0 32 13 8D 40 31
Octal 55 317 147 116 0 62 23 215 100 61
Binary 101101 11001111 1100111 1001110 0 110010 10011 10001101 1000000 110001

Color Harmonies of #2DCF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCF67

Black with #2DCF67

Text Example


Text Example

White with #2DCF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,207,103); }

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

background-color css

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

 a { background-color: rgb(45,207,103); }

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

border-color css

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

 span { border-color: rgb(45,207,103); }

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